We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320e100 commit 1757fadCopy full SHA for 1757fad
bottlecap/src/tags/lambda/tags.rs
@@ -47,7 +47,7 @@ const COMPUTE_STATS_VALUE: &str = "1";
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
-const EXTENSION_VERSION: &str = "65-next";
+const EXTENSION_VERSION: &str = "66-next";
51
52
const REGION_KEY: &str = "region";
53
const ACCOUNT_ID_KEY: &str = "account_id";
0 commit comments