lib/inflections/version.rb in inflections-0.0.1 vs lib/inflections/version.rb in inflections-0.0.2
- old
+ new
@@ -1,3 +1,7 @@
module Inflections
- VERSION = "0.0.1"
+ MAJOR = 0
+ MINOR = 0
+ PATCH = 2
+
+ VERSION = [MAJOR, MINOR, PATCH].compact.join '.'
end