lib/inflections/version.rb in inflections-4.0.0 vs lib/inflections/version.rb in inflections-4.0.1
- old
+ new
@@ -1,8 +1,7 @@
module Inflections
MAJOR = 4
MINOR = 0
- PATCH = 0
- PRE = nil
+ PATCH = 1
- VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'
+ VERSION = [MAJOR, MINOR, PATCH].compact.join '.'
end