lib/inflections/version.rb in inflections-4.0.0.beta1 vs lib/inflections/version.rb in inflections-4.0.0

- old
+ new

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