lib/classy-inheritance/version.rb in classy-inheritance-0.5.0 vs lib/classy-inheritance/version.rb in classy-inheritance-0.6.0
- old
+ new
@@ -1,8 +1,8 @@
module ClassyInheritance #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
- MINOR = 5
+ MINOR = 6
TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')
end
end