lib/symmetric_encryption/version.rb in symmetric-encryption-4.0.0 vs lib/symmetric_encryption/version.rb in symmetric-encryption-4.0.1
- old
+ new
@@ -1,3 +1,3 @@
-module SymmetricEncryption #:nodoc
- VERSION = '4.0.0'
+module SymmetricEncryption
+ VERSION = '4.0.1'.freeze
end