From 82f6beebc0d042214a02aa7b4af9e15bab0860a7 Mon Sep 17 00:00:00 2001 From: Nicholas Hulston Date: Mon, 11 Nov 2024 15:41:21 -0500 Subject: [PATCH] Bump version to 1.20.0 --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index b69aadc..a7929b2 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -3,7 +3,7 @@ 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.19.0" +const DDLambdaVersion = "1.20.0" // DDTraceVersion is the version of dd-trace-go required by this libary. // This should match the version number specified in go.mod.