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