From 17a0d93bcbb5fbc8f55b057ae1642b56d7f373bd Mon Sep 17 00:00:00 2001 From: Mpdreamz Date: Tue, 30 Mar 2021 12:16:33 +0000 Subject: [PATCH] [version] 7.13.0 bump --- .github/auto-label.json | 2 +- global.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/auto-label.json b/.github/auto-label.json index 499c9f5c9b8..312df274508 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,6 +1,6 @@ { "rules": { "Infra": [".ci/**/*", ".github/**/*","build/**/*"], - "v7.12.0": "**/*" + "v7.13.0": "**/*" } } diff --git a/global.json b/global.json index 6603236e882..f1c8f8696b6 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestFeature", "allowPrerelease": false }, - "version": "7.12.0", + "version": "7.13.0", "doc_current": "7.x", "doc_branch": "7.x" -} +} \ No newline at end of file