Skip to content

Commit 620eeca

Browse files
will@newrelic.comGitHub Enterprise
authored andcommitted
Merge pull request #698 from will/release-2.16.2
Update versions for 2.16.2
2 parents 3353349 + e022932 commit 620eeca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v3/newrelic/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
const (
1010
// Version is the full string version of this Go Agent.
11-
Version = "3.0.0-dev"
11+
Version = "3.0.0-dev2"
1212
)
1313

1414
func init() {

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
const (
1010
major = "2"
1111
minor = "16"
12-
patch = "1"
12+
patch = "2"
1313

1414
// Version is the full string version of this Go Agent.
1515
Version = major + "." + minor + "." + patch

0 commit comments

Comments
 (0)