From aea67b4380f969156616bf484273435e457b7367 Mon Sep 17 00:00:00 2001 From: Xtansia Date: Wed, 28 Feb 2024 22:53:59 +0000 Subject: [PATCH] Bump version to 1.8.0 Signed-off-by: GitHub --- .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 9fb204f8b3..9188001178 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -5,6 +5,6 @@ ".github/**/*", "build/**/*" ], - "v1.7.0": "**/*" + "v1.8.0": "**/*" } } diff --git a/Directory.Build.props b/Directory.Build.props index 2d214b8905..6fb0740c5a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,9 +1,9 @@ - 1.7.0 - 1.7.0 - 1.7.0 + 1.8.0 + 1.8.0 + 1.8.0 $(CurrentVersion) $(CurrentVersion) diff --git a/global.json b/global.json index f74c01808c..b9c69a077e 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestFeature", "allowPrerelease": false }, - "version": "1.7.0", - "doc_current": "1.7", + "version": "1.8.0", + "doc_current": "1.8", "doc_branch": "1.x" }