Skip to content

Commit

Permalink
Merge pull request #680 from will/v2.16.1
Browse files Browse the repository at this point in the history
v2.16.1
  • Loading branch information
will@newrelic.com authored and GitHub Enterprise committed Dec 2, 2019
2 parents bd31c98 + 5736dc0 commit 85c56f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
const (
major = "2"
minor = "16"
patch = "0"
patch = "1"

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

0 comments on commit 85c56f3

Please sign in to comment.