Sha256: 9f46e9a16f86fca81133047492f5fd24ae85b275286cc730b025be4ee08fd5af

Contents?: true

Size: 356 Bytes

Versions: 1

Compression:

Stored size: 356 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.
# frozen_string_literal: true

module NewRelic
  module VERSION # :nodoc:
    MAJOR = 8
    MINOR = 10
    TINY = 0

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

Version data entries

1 entries across 1 versions & 1 rubygems

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