Sha256: 291d75e9abdd44a627a7d090806497c55f8207c6277e4e6379ce8b52233999d8
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 = 3 # 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.3 | lib/appoptics_apm/version.rb |