Sha256: f60205901bc2e3bbd355ffde2074c9c19f38fa05ec5f87157187b0e79aff09cc

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 = 0
    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.0.1-x86_64-linux lib/appoptics_apm/version.rb