Skip to content

Commit

Permalink
Bump version to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyzhao2018 committed Feb 2, 2024
1 parent b2ab52f commit 577baa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package version

// DDLambdaVersion is the current version number of this library (datadog-lambda-go).
// It is automatically updated by the release script.
const DDLambdaVersion = "1.14.0"
const DDLambdaVersion = "1.15.0"

// DDTraceVersion is the version of dd-trace-go required by this libary.
// This should match the version number specified in go.mod.
// It is automatically updated by the release script
const DDTraceVersion = "1.58.0"
const DDTraceVersion = "1.60.0"

0 comments on commit 577baa5

Please sign in to comment.