Skip to content

Commit

Permalink
feat: set 63-next version in prep for release (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve authored Aug 6, 2024
1 parent e73cdf4 commit 16f1e3c
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 @@ -45,7 +45,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 = "61-next";
const EXTENSION_VERSION: &str = "63-next";

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

0 comments on commit 16f1e3c

Please sign in to comment.