Sha256: 44ac34056288dd1c4c56b7f329afa1af3e8d06338e53b363332e53cde797bace
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 = 12 # feature, PATCH = 0 # 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.12.0 | lib/appoptics_apm/version.rb |