From 538d486aa16666cf6e0b9c8329f25a5853136d1b Mon Sep 17 00:00:00 2001 From: Tianning Li Date: Fri, 20 Feb 2026 16:31:27 -0500 Subject: [PATCH] chore: bump extension version to 93-next Bump EXTENSION_VERSION from "92-next" to "93-next" in preparation for v93 release. Relates to: https://datadoghq.atlassian.net/browse/SVLS-8605 Co-Authored-By: Claude Sonnet 4.6 --- bottlecap/src/tags/lambda/tags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bottlecap/src/tags/lambda/tags.rs b/bottlecap/src/tags/lambda/tags.rs index 616c09405..1eac8bc30 100644 --- a/bottlecap/src/tags/lambda/tags.rs +++ b/bottlecap/src/tags/lambda/tags.rs @@ -45,7 +45,7 @@ const FUNCTION_TAGS_KEY: &str = "_dd.tags.function"; // TODO(astuyve) decide what to do with the version const EXTENSION_VERSION_KEY: &str = "dd_extension_version"; // TODO(duncanista) figure out a better way to not hardcode this -pub const EXTENSION_VERSION: &str = "92-next"; +pub const EXTENSION_VERSION: &str = "93-next"; const REGION_KEY: &str = "region"; const ACCOUNT_ID_KEY: &str = "account_id";