diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION
index 51b1d4e500c3..08bfd3bb80ff 100644
--- a/ELECTRON_VERSION
+++ b/ELECTRON_VERSION
@@ -1 +1 @@
-6.0.0-nightly.20190227
\ No newline at end of file
+6.0.0-nightly.20190307
\ No newline at end of file
diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist
index 721b7b6311d6..fdc6be879d98 100644
--- a/atom/browser/resources/mac/Info.plist
+++ b/atom/browser/resources/mac/Info.plist
@@ -17,9 +17,9 @@
CFBundleIconFile
electron.icns
CFBundleVersion
- 6.0.0-nightly.20190227
+ 6.0.0-nightly.20190307
CFBundleShortVersionString
- 6.0.0-nightly.20190227
+ 6.0.0-nightly.20190307
LSApplicationCategoryType
public.app-category.developer-tools
LSMinimumSystemVersion
diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc
index 621f141c1f49..53d2834a9f91 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 6,0,0,20190227
- PRODUCTVERSION 6,0,0,20190227
+ FILEVERSION 6,0,0,20190307
+ PRODUCTVERSION 6,0,0,20190307
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h
index 7b0f24e03642..35a50832a2e6 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.20190227
+#define ATOM_PRE_RELEASE_VERSION -nightly.20190307
// clang-format on
#ifndef ATOM_STRINGIFY
diff --git a/package-lock.json b/package-lock.json
index 0b65f3ce03e9..1f0eda0705eb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "6.0.0-nightly.20190227",
+ "version": "6.0.0-nightly.20190307",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index dc8c684ec174..c0379db775cc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "6.0.0-nightly.20190227",
+ "version": "6.0.0-nightly.20190307",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {