diff --git a/bottlecap/src/tags/lambda/tags.rs b/bottlecap/src/tags/lambda/tags.rs index b95e6a1e7..a494c9595 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 = "87-next"; +pub const EXTENSION_VERSION: &str = "88-next"; const REGION_KEY: &str = "region"; const ACCOUNT_ID_KEY: &str = "account_id";