lib/inflections/version.rb in inflections-3.2.7.20120803 vs lib/inflections/version.rb in inflections-3.2.8

- old
+ new

@@ -1,8 +1,8 @@ module Inflections MAJOR = 3 MINOR = 2 - PATCH = 7 - PRE = 20120803 + PATCH = 8 + PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.' end