Sha256: 61d194eb16a81be80b60ac0159d15ecc05efa94a92dcd002c1f800964bf9a455

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 = 2
    PATCH = 6

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

Version data entries

1 entries across 1 versions & 1 rubygems

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