From fb284b83c66bb64aaa2986cb83a2ef5251d5335c Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Wed, 27 May 2020 19:09:25 +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 7d37757a9ab..c2eb9e42a83 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,6 +1,6 @@ { "rules": { "Infra": [".ci/**/*", ".github/**/*","build/**/*"], - "v7.7.0": "**/*" + "v7.7.1": "**/*" } } diff --git a/global.json b/global.json index 33a6959674c..a58974fca27 100644 --- a/global.json +++ b/global.json @@ -2,7 +2,7 @@ "sdk": { "version": "3.0.100" }, - "version": "7.7.0", + "version": "7.7.1", "doc_current": "7.7", "doc_branch": "7.x" } \ No newline at end of file