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 d4e03fd commit d519c48Copy full SHA for d519c48
bottlecap/src/tags/lambda/tags.rs
@@ -45,7 +45,7 @@ const COMPUTE_STATS_VALUE: &str = "1";
45
// TODO(astuyve) decide what to do with the version
46
const EXTENSION_VERSION_KEY: &str = "dd_extension_version";
47
// TODO(duncanista) figure out a better way to not hardcode this
48
-const EXTENSION_VERSION: &str = "64-next";
+const EXTENSION_VERSION: &str = "65-next";
49
50
const REGION_KEY: &str = "region";
51
const ACCOUNT_ID_KEY: &str = "account_id";
0 commit comments