Sha256: d7d30e2d315431724d4819bbeb2255ef64552e214376b270d6d6a4c679b23573

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 = 8
    TINY = 0

    STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
newrelic_rpm-8.8.0 lib/new_relic/version.rb