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