Skip to content

Commit 026a40d

Browse files
authored
bump version (#565)
1 parent 376b4dd commit 026a40d

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
@@ -49,7 +49,7 @@ const FUNCTION_TAGS_KEY: &str = "_dd.tags.function";
4949
// TODO(astuyve) decide what to do with the version
5050
const EXTENSION_VERSION_KEY: &str = "dd_extension_version";
5151
// TODO(duncanista) figure out a better way to not hardcode this
52-
const EXTENSION_VERSION: &str = "69-next";
52+
const EXTENSION_VERSION: &str = "70-next";
5353

5454
const REGION_KEY: &str = "region";
5555
const ACCOUNT_ID_KEY: &str = "account_id";

0 commit comments

Comments
 (0)