diff --git a/bottlecap/src/tags/lambda/tags.rs b/bottlecap/src/tags/lambda/tags.rs index c8327de9c..c0bf47805 100644 --- a/bottlecap/src/tags/lambda/tags.rs +++ b/bottlecap/src/tags/lambda/tags.rs @@ -49,7 +49,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 -const EXTENSION_VERSION: &str = "68-next"; +const EXTENSION_VERSION: &str = "69-next"; const REGION_KEY: &str = "region"; const ACCOUNT_ID_KEY: &str = "account_id";