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