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