Sha256: 8fc767c6ddd71b58be80492c0fbd596f0196932a499b894d9b7401cc756cb456

Contents?: true

Size: 372 Bytes

Versions: 1

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
site24x7_apminsight-1.8.5 lib/agent/version.rb