From 819784800f835f878af045bb4a9eb9034a97c606 Mon Sep 17 00:00:00 2001 From: newrelic-ruby-agent-bot Date: Wed, 16 Aug 2023 16:40:08 +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 ad5eec0289..0eaf72058c 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 = 4 - TINY = 0 + TINY = 1 STRING = "#{MAJOR}.#{MINOR}.#{TINY}" end