From e8e55b8883482034092a6259fd9024d71735b1ca Mon Sep 17 00:00:00 2001 From: Rey Abolofia <rey.abolofia@datadoghq.com> Date: Tue, 12 Sep 2023 08:26:15 -0700 Subject: [PATCH] Bump version to 1.10.0 --- internal/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index c2498af8..d211edb7 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -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.9.0" +const DDLambdaVersion = "1.10.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.48.0" +const DDTraceVersion = "1.54.1"