Skip to content

Commit

Permalink
v66 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanista authored Nov 19, 2024
1 parent 320e100 commit 1757fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottlecap/src/tags/lambda/tags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const COMPUTE_STATS_VALUE: &str = "1";
// TODO(astuyve) decide what to do with the version
const EXTENSION_VERSION_KEY: &str = "dd_extension_version";
// TODO(duncanista) figure out a better way to not hardcode this
const EXTENSION_VERSION: &str = "65-next";
const EXTENSION_VERSION: &str = "66-next";

const REGION_KEY: &str = "region";
const ACCOUNT_ID_KEY: &str = "account_id";
Expand Down

0 comments on commit 1757fad

Please sign in to comment.