Skip to content

Commit 11287d3

Browse files
committed
Bump version to 1.21.0
1 parent 4873797 commit 11287d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package version
33

44
// DDLambdaVersion is the current version number of this library (datadog-lambda-go).
55
// It is automatically updated by the release script.
6-
const DDLambdaVersion = "1.20.0"
6+
const DDLambdaVersion = "1.21.0"
77

88
// DDTraceVersion is the version of dd-trace-go required by this libary.
99
// This should match the version number specified in go.mod.
1010
// It is automatically updated by the release script
11-
const DDTraceVersion = "1.65.1"
11+
const DDTraceVersion = "1.72.1"

0 commit comments

Comments
 (0)