lib/inflections/version.rb in inflections-0.0.3 vs lib/inflections/version.rb in inflections-0.0.4

- old
+ new

@@ -1,7 +1,7 @@ module Inflections MAJOR = 0 MINOR = 0 - PATCH = 3 + PATCH = 4 VERSION = [MAJOR, MINOR, PATCH].compact.join '.' end