lib/classy-inheritance/version.rb in classy-inheritance-0.2.1 vs lib/classy-inheritance/version.rb in classy-inheritance-0.3.0

- old
+ new

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