diff --git a/bottlecap/src/tags/lambda/tags.rs b/bottlecap/src/tags/lambda/tags.rs index 3dd7cde98..f01956e90 100644 --- a/bottlecap/src/tags/lambda/tags.rs +++ b/bottlecap/src/tags/lambda/tags.rs @@ -47,7 +47,7 @@ const COMPUTE_STATS_VALUE: &str = "1"; // 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 = "66-next"; +const EXTENSION_VERSION: &str = "67-next"; const REGION_KEY: &str = "region"; const ACCOUNT_ID_KEY: &str = "account_id";