diff --git a/VERSION b/VERSION index f0aac52efbfa..9680683869d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0-nightly.20181006 \ No newline at end of file +4.0.0-nightly.20181009 \ No newline at end of file diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index a807eb18dd5c..34ce0cae2536 100644 --- a/atom/browser/resources/win/atom.rc +++ b/atom/browser/resources/win/atom.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,0,0,20181006 - PRODUCTVERSION 4,0,0,20181006 + FILEVERSION 4,0,0,20181009 + PRODUCTVERSION 4,0,0,20181009 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h index 5ccf7e74c7cd..e00334f2db8f 100644 --- a/atom/common/atom_version.h +++ b/atom/common/atom_version.h @@ -9,7 +9,7 @@ #define ATOM_MINOR_VERSION 0 #define ATOM_PATCH_VERSION 0 // clang-format off -#define ATOM_PRE_RELEASE_VERSION -nightly.20181006 +#define ATOM_PRE_RELEASE_VERSION -nightly.20181009 // clang-format on #ifndef ATOM_STRINGIFY diff --git a/package-lock.json b/package-lock.json index 12c69d420b97..96f4869dc99f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "4.0.0-nightly.20181006", + "version": "4.0.0-nightly.20181009", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f0d3e66bb70..2f778e24a59a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "4.0.0-nightly.20181006", + "version": "4.0.0-nightly.20181009", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": {