module ErpRules module VERSION #:nodoc: MAJOR = 3 MINOR = 0 TINY = 2 STRING = [MAJOR, MINOR, TINY].compact.join('.') end end