From 1159ecf5b89dfed8e2ef6a0caebc8b771a3acb43 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Tue, 20 Apr 2021 11:55:57 +0100 Subject: [PATCH] Update to 7.12.1 --- .github/auto-label.json | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/auto-label.json b/.github/auto-label.json index 499c9f5c9b8..e70726af082 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,6 +1,6 @@ { "rules": { "Infra": [".ci/**/*", ".github/**/*","build/**/*"], - "v7.12.0": "**/*" + "v7.12.1": "**/*" } } diff --git a/global.json b/global.json index febaebdf1e5..15c27ccd9d5 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestFeature", "allowPrerelease": false }, - "version": "7.12.0", + "version": "7.12.1", "doc_current": "7.12", "doc_branch": "7.x" } \ No newline at end of file