lib/attr_encrypted/version.rb in attr_encrypted-1.3.5 vs lib/attr_encrypted/version.rb in attr_encrypted-1.4.0
- old
+ new
@@ -1,10 +1,10 @@
module AttrEncrypted
# Contains information about this gem's version
module Version
MAJOR = 1
- MINOR = 3
- PATCH = 5
+ MINOR = 4
+ PATCH = 0
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example
#