Sha256: 066405a8f1a99035f72096e1184a86b9b73e6bd909e8a45f9d68e46ab293e135
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
#!/usr/bin/ruby # encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. module NewRelic module VERSION # :nodoc: MAJOR = 8 MINOR = 6 TINY = 0 STRING = "#{MAJOR}.#{MINOR}.#{TINY}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-8.6.0 | lib/new_relic/version.rb |