lib/rbnacl/version.rb in rbnacl-1.1.0 vs lib/rbnacl/version.rb in rbnacl-2.0.0.pre

- old
+ new

@@ -1,5 +1,5 @@ # encoding: binary -module Crypto +module RbNaCl # The library's version - VERSION = "1.1.0" + VERSION = "2.0.0.pre" end