module Inflections MAJOR = 3 MINOR = 2 PATCH = 11 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.' end