Skip to content

Commit

Permalink
bump version to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwen624 committed Nov 30, 2020
1 parent 1b931dd commit 6e23641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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.13.1"
version = "1.14.0"

// The Go version
goVersion = strings.TrimPrefix(runtime.Version(), "go")
Expand Down
6 changes: 2 additions & 4 deletions v1/contrib/lambda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ module github.com/appoptics/appoptics-apm-go/v1/contrib/lambda
go 1.14

require (
github.com/appoptics/appoptics-apm-go v1.13.4
github.com/appoptics/appoptics-apm-go v1.14.0
github.com/aws/aws-lambda-go v1.20.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
)

replace github.com/appoptics/appoptics-apm-go => ../../../
)

0 comments on commit 6e23641

Please sign in to comment.