diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index b4b4c26d092e1..fa5fce04b3c91 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -8.0.0-beta.9 \ No newline at end of file +8.0.0 \ No newline at end of file diff --git a/package.json b/package.json index f8bf97044355c..2afb482b47a6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "8.0.0-beta.9", + "version": "8.0.0", "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 823ce091eaddc..ced53afa86850 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,9 - PRODUCTVERSION 8,0,0,9 + FILEVERSION 8,0,0,0 + PRODUCTVERSION 8,0,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L