lib/attr_encrypted/version.rb in attr_encrypted-4.0.0 vs lib/attr_encrypted/version.rb in attr_encrypted-4.1.0

- old
+ new

@@ -2,10 +2,10 @@ module AttrEncrypted # Contains information about this gem's version module Version MAJOR = 4 - MINOR = 0 + MINOR = 1 PATCH = 0 # Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt> # # Example