Skip to content

Commit d9e19a7

Browse files
chore: bump extension version to 93-next (#1038)
## Summary - Bumps `EXTENSION_VERSION` from `"92-next"` to `"93-next"` in `bottlecap/src/tags/lambda/tags.rs` in preparation for the v93 release Relates to: https://datadoghq.atlassian.net/browse/SVLS-8605 ## Test plan - [ ] Verify extension version tag is reported as `93-next` in Lambda invocation metadata Co-authored-by: tianning.li <tianning.li@datadoghq.com>
1 parent e352005 commit d9e19a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "92-next";
48+
pub const EXTENSION_VERSION: &str = "93-next";
4949

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

0 commit comments

Comments
 (0)