From 4e372b888f2ecf4b5b814355a3d4a45e9017b194 Mon Sep 17 00:00:00 2001
From: Electron Bot <electron@github.com>
Date: Tue, 9 Feb 2021 08:41:06 -0800
Subject: [PATCH] Bump v12.0.0-beta.24

---
 ELECTRON_VERSION                        | 2 +-
 package.json                            | 2 +-
 shell/browser/resources/win/electron.rc | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION
index ae14ae3c0d..88d81fea98 100644
--- a/ELECTRON_VERSION
+++ b/ELECTRON_VERSION
@@ -1 +1 @@
-12.0.0-beta.23
\ No newline at end of file
+12.0.0-beta.24
\ No newline at end of file
diff --git a/package.json b/package.json
index 6ea69c445c..371b7d8f8e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "12.0.0-beta.23",
+  "version": "12.0.0-beta.24",
   "repository": "https://github.com/electron/electron",
   "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
   "devDependencies": {
diff --git a/shell/browser/resources/win/electron.rc b/shell/browser/resources/win/electron.rc
index 8ce64a61a1..731d15d25c 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 12,0,0,23
- PRODUCTVERSION 12,0,0,23
+ FILEVERSION 12,0,0,24
+ PRODUCTVERSION 12,0,0,24
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
-- 
GitLab