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 bd31c98 + 5736dc0 commit 85c56f3Copy full SHA for 85c56f3
version.go
@@ -9,7 +9,7 @@ import (
9
const (
10
major = "2"
11
minor = "16"
12
- patch = "0"
+ patch = "1"
13
14
// Version is the full string version of this Go Agent.
15
Version = major + "." + minor + "." + patch
0 commit comments