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