Skip to content

Commit

Permalink
Merge pull request #109 from appoptics/v1.8.0
Browse files Browse the repository at this point in the history
Update version to 1.8.0
  • Loading branch information
jiwen624 committed Jun 10, 2019
2 parents 63689c1 + 75049b2 commit 2b28157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/ao/internal/utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

var (
// The AppOptics Go agent version
version = "1.7.0"
version = "1.8.0"

// The Go version
goVersion = strings.TrimPrefix(runtime.Version(), "go")
Expand Down

0 comments on commit 2b28157

Please sign in to comment.