From 144dd53f57706d493d76ce542a9449315ed86a0e Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:22:48 +1300 Subject: [PATCH] Bump version to 1.7.1 (#565) Signed-off-by: GitHub Co-authored-by: Xtansia --- .github/auto-label.json | 2 +- Directory.Build.props | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/auto-label.json b/.github/auto-label.json index 9fb204f8b3..006d4a2951 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -5,6 +5,6 @@ ".github/**/*", "build/**/*" ], - "v1.7.0": "**/*" + "v1.7.1": "**/*" } } diff --git a/Directory.Build.props b/Directory.Build.props index 2d214b8905..3d9dcb3cb4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,9 +1,9 @@ - 1.7.0 - 1.7.0 - 1.7.0 + 1.7.1 + 1.7.1 + 1.7.1 $(CurrentVersion) $(CurrentVersion) diff --git a/global.json b/global.json index f74c01808c..ba70b3f354 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestFeature", "allowPrerelease": false }, - "version": "1.7.0", + "version": "1.7.1", "doc_current": "1.7", "doc_branch": "1.x" }