Sha256: 0ca0b96b439057b61e585d9a0795e6d5bf1e512e03d71c52525b5fb694f12e84

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

#!/usr/bin/ruby
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

module NewRelic
  module VERSION # :nodoc:
    MAJOR = 9
    MINOR = 2
    TINY = 2

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

Version data entries

1 entries across 1 versions & 1 rubygems

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