diff --git a/VERSION b/VERSION
index f30022d278b..417b955c2e3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.0.0-nightly.20190110
\ No newline at end of file
+5.0.0-nightly.20190111
\ No newline at end of file
diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist
index 44384a43034..ffa2c0889cb 100644
--- a/atom/browser/resources/mac/Info.plist
+++ b/atom/browser/resources/mac/Info.plist
@@ -17,9 +17,9 @@
CFBundleIconFile
electron.icns
CFBundleVersion
- 5.0.0-nightly.20190110
+ 5.0.0-nightly.20190111
CFBundleShortVersionString
- 5.0.0-nightly.20190110
+ 5.0.0-nightly.20190111
LSApplicationCategoryType
public.app-category.developer-tools
LSMinimumSystemVersion
diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc
index fc3f2e169d9..1ff1213dbad 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 5,0,0,20190110
- PRODUCTVERSION 5,0,0,20190110
+ FILEVERSION 5,0,0,20190111
+ PRODUCTVERSION 5,0,0,20190111
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h
index ff1aec1e6d3..9b8bf321e18 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.20190110
+#define ATOM_PRE_RELEASE_VERSION -nightly.20190111
// clang-format on
#ifndef ATOM_STRINGIFY
diff --git a/package-lock.json b/package-lock.json
index d3acb403abb..f2b012c3e2b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "5.0.0-nightly.20190110",
+ "version": "5.0.0-nightly.20190111",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index d851cd84d98..1e4a6b3de2a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "5.0.0-nightly.20190110",
+ "version": "5.0.0-nightly.20190111",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {