From e022932616fc667130a05f2461a3688899a3748e Mon Sep 17 00:00:00 2001 From: "will@newrelic.com" Date: Tue, 10 Dec 2019 10:21:09 -0800 Subject: [PATCH] Update versions for 2.16.2 --- v3/newrelic/version.go | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/newrelic/version.go b/v3/newrelic/version.go index 35735f0eb..e73b974e8 100644 --- a/v3/newrelic/version.go +++ b/v3/newrelic/version.go @@ -8,7 +8,7 @@ import ( const ( // Version is the full string version of this Go Agent. - Version = "3.0.0-dev" + Version = "3.0.0-dev2" ) func init() { diff --git a/version.go b/version.go index 3e1975ef9..474d300b6 100644 --- a/version.go +++ b/version.go @@ -9,7 +9,7 @@ import ( const ( major = "2" minor = "16" - patch = "1" + patch = "2" // Version is the full string version of this Go Agent. Version = major + "." + minor + "." + patch