lib/zold/version.rb in zold-0.14.8 vs lib/zold/version.rb in zold-0.14.9
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
# Copyright (c) 2018 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
# in the Software without restriction, including without limitation the rights
@@ -21,8 +23,8 @@
# Zold main module.
# Author:: Yegor Bugayenko (yegor256@gmail.com)
# Copyright:: Copyright (c) 2018 Yegor Bugayenko
# License:: MIT
module Zold
- VERSION = '0.14.8'.freeze
- PROTOCOL = 2
+ VERSION = '0.14.9'
+ PROTOCOL = 1
end