We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831e31c commit 86ab436Copy full SHA for 86ab436
bottlecap/src/tags/lambda/tags.rs
@@ -49,7 +49,7 @@ const FUNCTION_TAGS_KEY: &str = "_dd.tags.function";
49
// TODO(astuyve) decide what to do with the version
50
const EXTENSION_VERSION_KEY: &str = "dd_extension_version";
51
// TODO(duncanista) figure out a better way to not hardcode this
52
-const EXTENSION_VERSION: &str = "71-next";
+const EXTENSION_VERSION: &str = "72-next";
53
54
const REGION_KEY: &str = "region";
55
const ACCOUNT_ID_KEY: &str = "account_id";
0 commit comments