From e537b2e28a3673bca934d4df922a261902e0ac87 Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Wed, 4 Oct 2023 15:33:46 +0200 Subject: [PATCH] Bump version to 8.10.0 --- .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 de99945566f..35cc23eeca2 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,6 +1,6 @@ { "rules": { "Infra": [".ci/**/*", ".github/**/*","build/**/*"], - "v8.8.0-alpha.1": "**/*" + "v8.10.0": "**/*" } } diff --git a/global.json b/global.json index 0d6950e5bb0..d13ab106683 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "minor", "allowPrerelease": false }, - "version": "8.8.0-alpha.1", + "version": "8.10.0", "doc_current": "main", "doc_branch": "main" } \ No newline at end of file