Sha256: 37492e03b4fd2c945fbe41949181cbca28abc05cbc7c3aef63f902e4675cfc44
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 = 7 TINY = 0 STRING = "#{MAJOR}.#{MINOR}.#{TINY}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-8.7.0 | lib/new_relic/version.rb |