From 87f7b083b25c63c9933988a176c295dbb2b91829 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:41:09 +1300 Subject: [PATCH] Bump version to 1.7.0 (#468) Signed-off-by: GitHub Co-authored-by: Xtansia --- .github/auto-label.json | 2 +- Directory.Build.props | 6 +++--- global.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/auto-label.json b/.github/auto-label.json index cc0e1cef08..9fb204f8b3 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -5,6 +5,6 @@ ".github/**/*", "build/**/*" ], - "v1.6.0": "**/*" + "v1.7.0": "**/*" } } diff --git a/Directory.Build.props b/Directory.Build.props index 90a325b4ed..2d214b8905 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,9 +1,9 @@ - 1.6.0 - 1.6.0 - 1.6.0 + 1.7.0 + 1.7.0 + 1.7.0 $(CurrentVersion) $(CurrentVersion) diff --git a/global.json b/global.json index d00ccb8f53..f74c01808c 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestFeature", "allowPrerelease": false }, - "version": "1.6.0", - "doc_current": "1.6", + "version": "1.7.0", + "doc_current": "1.7", "doc_branch": "1.x" }