We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3353349 + e022932 commit 620eecaCopy full SHA for 620eeca
v3/newrelic/version.go
@@ -8,7 +8,7 @@ import (
8
9
const (
10
// Version is the full string version of this Go Agent.
11
- Version = "3.0.0-dev"
+ Version = "3.0.0-dev2"
12
)
13
14
func init() {
version.go
@@ -9,7 +9,7 @@ import (
major = "2"
minor = "16"
- patch = "1"
+ patch = "2"
15
Version = major + "." + minor + "." + patch
0 commit comments