module OrigenAppGenerators MAJOR = 1 MINOR = 1 BUGFIX = 3 DEV = nil VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '') end