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