From 82ffbdc8d12f49d3e5473b90a46534bd3a5a9e1a Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Wed, 10 Nov 2021 11:39:09 +0100 Subject: [PATCH] Bump version and changelog for test build --- 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 c4faf2cf7a..ddc766f3e7 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "2.9.5-beta1", + "version": "2.9.5-test1", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 6acf2f37db..f363a91757 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,6 @@ { "releases": { + "2.9.5-test1": ["[Added] Just test deployment still works"], "2.9.5-beta1": [ "[Added] Support PyCharm as an external editor - #13270. Thanks @stevetaggart!", "[Added] Add custom tooltips for quicker and more helpful information - #6384",