lib/inflections/version.rb in inflections-4.0.1 vs lib/inflections/version.rb in inflections-4.1.0

- old
+ new

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