Sha256: 6302b8f4c41f372a637f8ce8522d46919a9ef5d66b0ca09ad9c1228179f3a15e
Contents?: true
Size: 200 Bytes
Versions: 1
Compression:
Stored size: 200 Bytes
Contents
module ErpApp module VERSION #:nodoc: MAJOR = 4 MINOR = 0 TINY = 0 STRING = [MAJOR, MINOR, TINY].compact.join('.') end def self.version ErpApp::VERSION::STRING end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
erp_app-4.0.0 | lib/erp_app/version.rb |