From 1def02c040dc8a6e596077e01024a81323aeb0a6 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Wed, 24 Mar 2021 08:09:57 +0000 Subject: [PATCH] Bump version to 7.12 --- .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 860a3f4e1e4..499c9f5c9b8 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,6 +1,6 @@ { "rules": { "Infra": [".ci/**/*", ".github/**/*","build/**/*"], - "v7.11.0": "**/*" + "v7.12.0": "**/*" } } diff --git a/global.json b/global.json index be53316b709..febaebdf1e5 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestFeature", "allowPrerelease": false }, - "version": "7.11.0", - "doc_current": "7.x", + "version": "7.12.0", + "doc_current": "7.12", "doc_branch": "7.x" -} +} \ No newline at end of file