Sha256: 8b07865c57aecdbbcbc4052da1d4ac7d2640ab586c17a2a9cbe855ccbcbff04f
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.8.6' MAJOR_VERSION = '1.8' MINOR_VERSION = '6' end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
apminsight-1.8.6 | lib/agent/version.rb |
site24x7_apminsight-1.8.6 | lib/agent/version.rb |