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