We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582a4b0 commit 0d6285fCopy full SHA for 0d6285f
1 file changed
bottlecap/src/tags/lambda/tags.rs
@@ -47,7 +47,7 @@ const FUNCTION_TAGS_KEY: &str = "_dd.tags.function";
47
// TODO(astuyve) decide what to do with the version
48
const EXTENSION_VERSION_KEY: &str = "dd_extension_version";
49
// TODO(duncanista) figure out a better way to not hardcode this
50
-pub const EXTENSION_VERSION: &str = "97-next";
+pub const EXTENSION_VERSION: &str = "98-next";
51
52
const REGION_KEY: &str = "region";
53
const ACCOUNT_ID_KEY: &str = "account_id";
0 commit comments