From 1c88db7fb7a187adf322c1048949e4c85f709531 Mon Sep 17 00:00:00 2001 From: Xtansia Date: Thu, 29 Aug 2024 12:02:58 +0000 Subject: [PATCH] Bump version to 1.8.1 Signed-off-by: GitHub --- .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 9188001178..fe7a459078 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -5,6 +5,6 @@ ".github/**/*", "build/**/*" ], - "v1.8.0": "**/*" + "v1.8.1": "**/*" } } diff --git a/Directory.Build.props b/Directory.Build.props index 6fb0740c5a..3890464ac0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,9 +1,9 @@ - 1.8.0 - 1.8.0 - 1.8.0 + 1.8.1 + 1.8.1 + 1.8.1 $(CurrentVersion) $(CurrentVersion) diff --git a/global.json b/global.json index 93393a38d2..3e0f72dbe8 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestFeature", "allowPrerelease": false }, - "version": "1.8.0", + "version": "1.8.1", "doc_current": "1.8", "doc_branch": "1.x" }