diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 1bb8e9f901bd..983fcf15ee7d 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -8.0.0-nightly.20190830 \ No newline at end of file +8.0.0-nightly.20190901 \ No newline at end of file diff --git a/package.json b/package.json index 59e05e3371f0..3544e393e9a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "8.0.0-nightly.20190830", + "version": "8.0.0-nightly.20190901", "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 6f7e82387013..33a938d372ce 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 8,0,0,20190830 - PRODUCTVERSION 8,0,0,20190830 + FILEVERSION 8,0,0,20190901 + PRODUCTVERSION 8,0,0,20190901 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L