Sha256: 80a5f6702a2a6d9da9e1cf3745431f8757e33191c8b419e5f439c57f0fbc4879

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.7'
    MAJOR_VERSION = '1.8'
    MINOR_VERSION = '7'
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
apminsight-1.8.7 lib/agent/version.rb
site24x7_apminsight-1.8.7 lib/agent/version.rb