From 06c34bafd69d5d4723444502397de2de7e0e4884 Mon Sep 17 00:00:00 2001 From: Steve Willoughby Date: Thu, 28 Sep 2023 12:36:40 -0700 Subject: [PATCH] version bumped to 3.26.0 --- v3/newrelic/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/newrelic/version.go b/v3/newrelic/version.go index f52b4b8f6..17f1f1f68 100644 --- a/v3/newrelic/version.go +++ b/v3/newrelic/version.go @@ -11,7 +11,7 @@ import ( const ( // Version is the full string version of this Go Agent. - Version = "3.25.1" + Version = "3.26.0" ) var (