Bump version and changelog to 2.9.13-beta1

This commit is contained in:
Sergio Padrino 2022-03-28 18:00:12 +02:00
parent 6968300308
commit 241c4a2cfd
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "2.9.12",
"version": "2.9.13-beta1",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -165,5 +165,5 @@ export function enableHighSignalNotifications(): boolean {
/** Should we enable PR review notifications? */
export function enablePullRequestReviewNotifications(): boolean {
return enableDevelopmentFeatures()
return enableBetaFeatures()
}