From 7ed6be22afe91ceb8e522d33c64556b182e4dd25 Mon Sep 17 00:00:00 2001 From: Sudowoodo Release Bot <88427002+sudowoodo-release-bot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 05:30:50 -0800 Subject: [PATCH] Bump v17.0.0-beta.4 --- ELECTRON_VERSION | 2 +- package.json | 4 ++-- shell/browser/resources/win/electron.rc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 8061fade7fa94..3c8ef1f9ea1e4 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -17.0.0-beta.3 \ No newline at end of file +17.0.0-beta.4 \ No newline at end of file diff --git a/package.json b/package.json index fbc8aadb5938c..b0b2db811627b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "17.0.0-beta.3", + "version": "17.0.0-beta.4", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -141,4 +141,4 @@ "node script/gen-hunspell-filenames.js" ] } -} +} \ No newline at end of file diff --git a/shell/browser/resources/win/electron.rc b/shell/browser/resources/win/electron.rc index 32d233c796a65..efd1d57c0996c 100644 --- a/shell/browser/resources/win/electron.rc +++ b/shell/browser/resources/win/electron.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 17,0,0,3 - PRODUCTVERSION 17,0,0,3 + FILEVERSION 17,0,0,4 + PRODUCTVERSION 17,0,0,4 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L