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