Sha256: 9b251eecc038a0dfb03e309f7a5d7a32bf4120df30d810c668b812781c6cb88e
Contents?: true
Size: 349 Bytes
Versions: 1
Compression:
Stored size: 349 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 = 8 # feature, PATCH = 4 # 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.8.4 | lib/appoptics_apm/version.rb |