From bd526c1297c126815ad14afe7cc0ece727e232b1 Mon Sep 17 00:00:00 2001 From: Tal Usvyatsky Date: Fri, 26 Apr 2024 14:11:27 -0400 Subject: [PATCH] Bump version to 1.17.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 adbf453..1dfe782 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.16.0" +const DDLambdaVersion = "1.17.0" // DDTraceVersion is the version of dd-trace-go required by this libary. // This should match the version number specified in go.mod.