Sha256: 9dfaac5de276aa6f4be9f8865b06e4da2f4ca83978498d59ce3d47a64102a4e9

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 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 = 8
    MINOR = 14
    TINY = 0

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

Version data entries

1 entries across 1 versions & 1 rubygems

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