Sha256: 29ec76137db17c5b830041e3b219c6b27026d4c72616a5eb89a839e5efa47361
Contents?: true
Size: 350 Bytes
Versions: 1
Compression:
Stored size: 350 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 # breaking, MINOR = 10 # feature, PATCH = 1 # fix => BFF STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appoptics_apm-4.10.1 | lib/appoptics_apm/version.rb |