lib/rbnacl/version.rb in rbnacl-6.0.0 vs lib/rbnacl/version.rb in rbnacl-6.0.1
- old
+ new
@@ -2,7 +2,7 @@
# frozen_string_literal: true
# NaCl/libsodium for Ruby
module RbNaCl
# The library's version
- VERSION = "6.0.0".freeze
+ VERSION = "6.0.1".freeze
end