We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4873797 commit 11287d3Copy full SHA for 11287d3
internal/version/version.go
@@ -3,9 +3,9 @@ package version
3
4
// DDLambdaVersion is the current version number of this library (datadog-lambda-go).
5
// It is automatically updated by the release script.
6
-const DDLambdaVersion = "1.20.0"
+const DDLambdaVersion = "1.21.0"
7
8
// DDTraceVersion is the version of dd-trace-go required by this libary.
9
// This should match the version number specified in go.mod.
10
// It is automatically updated by the release script
11
-const DDTraceVersion = "1.65.1"
+const DDTraceVersion = "1.72.1"
0 commit comments