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