lib/classy-inheritance/version.rb in classy-inheritance-0.6.0 vs lib/classy-inheritance/version.rb in classy-inheritance-0.6.1

- old
+ new

@@ -1,9 +1,9 @@ module ClassyInheritance #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 6 - TINY = 0 + TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end end