Sha256: ef563456babc4c408ac2311d567a51da7e6c1e7342243406992b9f9eb281e0f1

Contents?: true

Size: 376 Bytes

Versions: 1

Compression:

Stored size: 376 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.7.3.0'
    MAJOR_VERSION = '1.7'
    MINOR_VERSION = '3.0'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
site24x7_apminsight-1.7.3.0 lib/version.rb