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