From d1aff11def864907e4aeed352e41e130c0367f6d Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Thu, 12 Nov 2020 12:20:27 +0000 Subject: [PATCH] Bump version to 7.10 --- .github/auto-label.json | 2 +- global.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/auto-label.json b/.github/auto-label.json index 3648119ab80..7a203220b42 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,6 +1,6 @@ { "rules": { "Infra": [".ci/**/*", ".github/**/*","build/**/*"], - "v8.0.0-alpha1": "**/*" + "v7.10.0": "**/*" } } diff --git a/global.json b/global.json index b42818fe23c..59f11e246a0 100644 --- a/global.json +++ b/global.json @@ -2,7 +2,7 @@ "sdk": { "version": "3.0.100" }, - "version": "7.5.0", - "doc_current": "7.x", + "version": "7.10.0", + "doc_current": "7.10", "doc_branch": "7.x" -} +} \ No newline at end of file