From cc164588f48ad24bb8869e82dfc8fb2cb2fd23fd Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:56:31 -0400 Subject: [PATCH] Release 3.2.7 --- app/package.json | 2 +- changelog.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 8f2ca0b676..3179fc8622 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "3.2.6", + "version": "3.2.7", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 0d4b5f35ea..df49fefbf4 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,6 @@ { "releases": { + "3.2.7": [], "3.2.6": [ "[Fixed] The list of the repositories under the filter box on the \"Let's get started!\" page is visible - #16955" ],