From a0d724668032982531f281186bff90fc41ecee13 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Tue, 30 Jun 2020 13:52:55 +1000 Subject: [PATCH] Bump versions for release --- .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 942a37d733e..bc202fa8c73 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,6 +1,6 @@ { "rules": { "Infra": [".ci/**/*", ".github/**/*","build/**/*"], - "v7.8.0": "**/*" + "v7.8.1": "**/*" } } diff --git a/global.json b/global.json index f4b9f70d3df..84b0107ed21 100644 --- a/global.json +++ b/global.json @@ -2,7 +2,7 @@ "sdk": { "version": "3.0.100" }, - "version": "7.8.0", + "version": "7.8.1", "doc_current": "7.8", "doc_branch": "7.x" } \ No newline at end of file