From 3ebfd12bea81a39854b29a132548d401e2264476 Mon Sep 17 00:00:00 2001 From: newrelic-ruby-agent-bot Date: Thu, 25 Jan 2024 17:40:46 +0000 Subject: [PATCH] bump version --- lib/new_relic/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/new_relic/version.rb b/lib/new_relic/version.rb index 029ec37fc0..88a9b2eebe 100644 --- a/lib/new_relic/version.rb +++ b/lib/new_relic/version.rb @@ -7,7 +7,7 @@ module NewRelic module VERSION # :nodoc: MAJOR = 9 MINOR = 7 - TINY = 0 + TINY = 1 STRING = "#{MAJOR}.#{MINOR}.#{TINY}" end