diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 637a88a63fec..9fa47d583525 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -8.0.0-nightly.20190805 \ No newline at end of file +8.0.0-nightly.20190806 \ No newline at end of file diff --git a/package.json b/package.json index bd1e174b1f88..bda43a56f59d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "8.0.0-nightly.20190805", + "version": "8.0.0-nightly.20190806", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -125,4 +125,4 @@ "git add filenames.auto.gni" ] } -} +} \ No newline at end of file diff --git a/shell/browser/resources/win/atom.rc b/shell/browser/resources/win/atom.rc index d7eb0f778024..697f1b248817 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,20190805 - PRODUCTVERSION 8,0,0,20190805 + FILEVERSION 8,0,0,20190806 + PRODUCTVERSION 8,0,0,20190806 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L