module Inflections MAJOR = 4 MINOR = 0 PATCH = 0 PRE = 'beta1' VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.' end