Sha256: a380b3b03d20dbf1b4d7b450c28759596d07601e4a79a1ec5d3648bb023ef1ae

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 Bytes

Contents

# Copyright (c) 2016 SolarWinds, LLC.
# All rights reserved.

module AppOpticsAPM
  ##
  # The current version of the gem.  Used mainly by
  # appoptics_apm.gemspec during gem build process
  module Version
    MAJOR = 4
    MINOR = 5
    PATCH = 1

    STRING = [MAJOR, MINOR, PATCH].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appoptics_apm-4.5.1 lib/appoptics_apm/version.rb