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