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