Skip to content

Commit

Permalink
feat: v69-next (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve authored Jan 31, 2025
1 parent 3d4776c commit eb349bc
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 @@ -49,7 +49,7 @@ const FUNCTION_TAGS_KEY: &str = "_dd.tags.function";
// 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 = "68-next";
const EXTENSION_VERSION: &str = "69-next";

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

0 comments on commit eb349bc

Please sign in to comment.