diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION
index 967db0242b0c..9741a6a69a3b 100644
--- a/ELECTRON_VERSION
+++ b/ELECTRON_VERSION
@@ -1 +1 @@
-7.0.0-nightly.20190604
\ No newline at end of file
+7.0.0-nightly.20190605
\ No newline at end of file
diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist
index cf768e315bcf..3bd881b9ec5f 100644
--- a/atom/browser/resources/mac/Info.plist
+++ b/atom/browser/resources/mac/Info.plist
@@ -17,9 +17,9 @@
CFBundleIconFile
electron.icns
CFBundleVersion
- 7.0.0-nightly.20190604
+ 7.0.0-nightly.20190605
CFBundleShortVersionString
- 7.0.0-nightly.20190604
+ 7.0.0-nightly.20190605
LSApplicationCategoryType
public.app-category.developer-tools
LSMinimumSystemVersion
diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc
index dfcd1444c09b..f0a594bc09db 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 7,0,0,20190604
- PRODUCTVERSION 7,0,0,20190604
+ FILEVERSION 7,0,0,20190605
+ PRODUCTVERSION 7,0,0,20190605
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h
index 33918ea5d4d1..7f015a5aa4d9 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.20190604
+#define ATOM_PRE_RELEASE_VERSION -nightly.20190605
// clang-format on
#ifndef ATOM_STRINGIFY
diff --git a/package.json b/package.json
index 49b57cc8ad49..ef57c6538fcb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "7.0.0-nightly.20190604",
+ "version": "7.0.0-nightly.20190605",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
@@ -128,4 +128,4 @@
"git add filenames.auto.gni"
]
}
-}
+}
\ No newline at end of file