lib/new_class/version.rb in new_class-0.1.1 vs lib/new_class/version.rb in new_class-0.1.2
- old
+ new
@@ -1,7 +1,7 @@
module NewClass
MAJOR = 0
MINOR = 1
- TINY = 1
+ TINY = 2
VERSION = [MAJOR, MINOR, TINY].join(".")
end
\ No newline at end of file