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 e73cdf4 commit 16f1e3cCopy full SHA for 16f1e3c
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 = "61-next";
+const EXTENSION_VERSION: &str = "63-next";
49
50
const REGION_KEY: &str = "region";
51
const ACCOUNT_ID_KEY: &str = "account_id";
0 commit comments