Skip to content

Commit

Permalink
Merge pull request #698 from will/release-2.16.2
Browse files Browse the repository at this point in the history
Update versions for 2.16.2
  • Loading branch information
will@newrelic.com authored and GitHub Enterprise committed Dec 10, 2019
2 parents 3353349 + e022932 commit 620eeca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v3/newrelic/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

const (
// Version is the full string version of this Go Agent.
Version = "3.0.0-dev"
Version = "3.0.0-dev2"
)

func init() {
Expand Down
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 = "1"
patch = "2"

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

0 comments on commit 620eeca

Please sign in to comment.