From 4e556b1ffa93ff372abd014cb33607d347633db3 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Thu, 5 Jan 2023 11:41:01 -0800 Subject: [PATCH] Set version to 8.15.0 --- 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 6e49f2f598..f25f27186c 100644 --- a/lib/new_relic/version.rb +++ b/lib/new_relic/version.rb @@ -6,7 +6,7 @@ module NewRelic module VERSION # :nodoc: MAJOR = 8 - MINOR = 14 + MINOR = 15 TINY = 0 STRING = "#{MAJOR}.#{MINOR}.#{TINY}"