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