Skip to content

Commit 5b70f89

Browse files
chore(tags): bump extension version to 97-next (#1217)
https://datadoghq.atlassian.net/browse/SVLS-9025 - Update EXTENSION_VERSION constant from 96-next to 97-next - Increments the extension version for the next release Rationale: Version bump for next extension release cycle This commit made by [/dd:git:commit:quick](https://github.com/DataDog/claude-marketplace/tree/main/dd/commands/git/commit/quick.md) ## Overview ## Testing
1 parent b86a291 commit 5b70f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bottlecap/src/tags/lambda/tags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const FUNCTION_TAGS_KEY: &str = "_dd.tags.function";
4545
// TODO(astuyve) decide what to do with the version
4646
const EXTENSION_VERSION_KEY: &str = "dd_extension_version";
4747
// TODO(duncanista) figure out a better way to not hardcode this
48-
pub const EXTENSION_VERSION: &str = "96-next";
48+
pub const EXTENSION_VERSION: &str = "97-next";
4949

5050
const REGION_KEY: &str = "region";
5151
const ACCOUNT_ID_KEY: &str = "account_id";

0 commit comments

Comments
 (0)