Skip to content

Commit 1ff102e

Browse files
committed
Bump v4.0.0-beta.5
1 parent d525083 commit 1ff102e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0-beta.4
1+
4.0.0-beta.5

atom/browser/resources/win/atom.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

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

atom/common/atom_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define ATOM_MINOR_VERSION 0
1010
#define ATOM_PATCH_VERSION 0
1111
// clang-format off
12-
#define ATOM_PRE_RELEASE_VERSION -beta.4
12+
#define ATOM_PRE_RELEASE_VERSION -beta.5
1313
// clang-format on
1414

1515
#ifndef ATOM_STRINGIFY

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)