Skip to content

Commit 0d6285f

Browse files
authored
chore: bump EXTENSION_VERSION to 98-next (#1268)
## Overview Bump extension version to `98-next` in preparation for the v98 release. ## Testing No functional change.
1 parent 582a4b0 commit 0d6285f

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
@@ -47,7 +47,7 @@ const FUNCTION_TAGS_KEY: &str = "_dd.tags.function";
4747
// TODO(astuyve) decide what to do with the version
4848
const EXTENSION_VERSION_KEY: &str = "dd_extension_version";
4949
// TODO(duncanista) figure out a better way to not hardcode this
50-
pub const EXTENSION_VERSION: &str = "97-next";
50+
pub const EXTENSION_VERSION: &str = "98-next";
5151

5252
const REGION_KEY: &str = "region";
5353
const ACCOUNT_ID_KEY: &str = "account_id";

0 commit comments

Comments
 (0)