From 4060a502513f03b4791ec0944cb5f98b88e1f698 Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Tue, 15 Aug 2023 09:25:09 +0200 Subject: [PATCH] Bump version to 8.9.2 --- .github/auto-label.json | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/auto-label.json b/.github/auto-label.json index 98689b8bd19..f0d511aeaa2 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,6 +1,6 @@ { "rules": { "Infra": [".ci/**/*", ".github/**/*","build/**/*"], - "v8.9.1": "**/*" + "v8.9.2": "**/*" } } diff --git a/global.json b/global.json index fa37c042147..03a0db920e8 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "minor", "allowPrerelease": false }, - "version": "8.9.1", + "version": "8.9.2", "doc_current": "main", "doc_branch": "main" } \ No newline at end of file