Skip to content

Commit b213c34

Browse files
Bump v16.0.0-beta.4
1 parent 46b8dcf commit b213c34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ELECTRON_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.0-beta.3
1+
16.0.0-beta.4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron",
3-
"version": "16.0.0-beta.3",
3+
"version": "16.0.0-beta.4",
44
"repository": "https://github.com/electron/electron",
55
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
66
"devDependencies": {

shell/browser/resources/win/electron.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 16,0,0,3
54-
PRODUCTVERSION 16,0,0,3
53+
FILEVERSION 16,0,0,4
54+
PRODUCTVERSION 16,0,0,4
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L

0 commit comments

Comments
 (0)