Skip to content

Commit

Permalink
Merge pull request #164 from appoptics/AO-16881-bump-version
Browse files Browse the repository at this point in the history
AO-16881: Bump version to 1.14.0
  • Loading branch information
jiwen624 authored Dec 1, 2020
2 parents 1b931dd + 6e23641 commit 9f8489a
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 9f8489a

Please sign in to comment.