Sha256: 719c11183380fea0a4b957b38c7df9f1ff71b5e21da5b3e66567a5be19907a94
Contents?: true
Size: 372 Bytes
Versions: 2
Compression:
Stored size: 372 Bytes
Contents
# Holds the major and minor versions of the agent # These values are used in gemspec and in agent communication # This is one point change, no need to update version numbers at multiple places # # NOTE: Changing version in 'VERSION' file is optional. module ManageEngine class APMInsight VERSION = '1.9.0' MAJOR_VERSION = '1.9' MINOR_VERSION = '0' end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
apminsight-1.9.0 | lib/agent/version.rb |
site24x7_apminsight-1.9.0 | lib/agent/version.rb |