lib/rbnacl/version.rb in rbnacl-3.3.0 vs lib/rbnacl/version.rb in rbnacl-3.4.0
- old
+ new
@@ -1,7 +1,7 @@
# encoding: binary
# NaCl/libsodium for Ruby
module RbNaCl
# The library's version
- VERSION = "3.3.0"
+ VERSION = "3.4.0".freeze
end