From cf751b490668c6cc78cad36bc019c5daa6c9b2a1 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 5 Jan 2022 07:45:07 -0800 Subject: [PATCH] Bump version to 8.3.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 d14f48522a..cd45de76df 100644 --- a/lib/new_relic/version.rb +++ b/lib/new_relic/version.rb @@ -10,7 +10,7 @@ def self.build_version_string(*parts) end MAJOR = 8 - MINOR = 2 + MINOR = 3 TINY = 0 begin