From bfc069e5c0353e9c625d85d435594f9e73199642 Mon Sep 17 00:00:00 2001
From: Electron Bot <electron@github.com>
Date: Mon, 30 Mar 2020 08:32:46 -0700
Subject: [PATCH] Bump v9.0.0-beta.12

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

diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION
index 6de85c27f7..792f6af7e4 100644
--- a/ELECTRON_VERSION
+++ b/ELECTRON_VERSION
@@ -1 +1 @@
-9.0.0-beta.11
\ No newline at end of file
+9.0.0-beta.12
\ No newline at end of file
diff --git a/package.json b/package.json
index 2ed74f9922..886f399b34 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "9.0.0-beta.11",
+  "version": "9.0.0-beta.12",
   "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/atom.rc b/shell/browser/resources/win/atom.rc
index fb1ee0827f..f1bbcfe1d0 100644
--- a/shell/browser/resources/win/atom.rc
+++ b/shell/browser/resources/win/atom.rc
@@ -50,8 +50,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 9,0,0,11
- PRODUCTVERSION 9,0,0,11
+ FILEVERSION 9,0,0,12
+ PRODUCTVERSION 9,0,0,12
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
-- 
GitLab