Skip to content

Commit 85c56f3

Browse files
will@newrelic.comGitHub Enterprise
authored andcommitted
Merge pull request #680 from will/v2.16.1
v2.16.1
2 parents bd31c98 + 5736dc0 commit 85c56f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "0"
12+
patch = "1"
1313

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

0 commit comments

Comments
 (0)