lib/rbnacl/version.rb in rbnacl-4.0.0.pre vs lib/rbnacl/version.rb in rbnacl-4.0.0

- old
+ new

@@ -2,7 +2,7 @@ # frozen_string_literal: true # NaCl/libsodium for Ruby module RbNaCl # The library's version - VERSION = "4.0.0.pre" + VERSION = "4.0.0" end