From 64ce7505b6e654eda2cc93c47ed0a4e68ffa17aa Mon Sep 17 00:00:00 2001 From: AJ Stuyvenberg Date: Wed, 16 Jul 2025 11:19:15 -0400 Subject: [PATCH] v83 --- 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 7d3af7494..b709f3e83 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 = "82-next"; +pub const EXTENSION_VERSION: &str = "83-next"; const REGION_KEY: &str = "region"; const ACCOUNT_ID_KEY: &str = "account_id";