From 98bc0ae7eea791e2b9425b4909804c4f5dd407fc Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Wed, 19 Jun 2019 08:31:49 -0700 Subject: [PATCH] Bump v7.0.0-nightly.20190619 --- ELECTRON_VERSION | 2 +- atom/browser/resources/win/atom.rc | 4 ++-- atom/common/electron_version.h | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 8a5676204918..9e4aa3d9616a 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -7.0.0-nightly.20190618 \ No newline at end of file +7.0.0-nightly.20190619 \ No newline at end of file diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index 25a8a1b36619..a7a598cc36ce 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,20190618 - PRODUCTVERSION 7,0,0,20190618 + FILEVERSION 7,0,0,20190619 + PRODUCTVERSION 7,0,0,20190619 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/atom/common/electron_version.h b/atom/common/electron_version.h index 6b7d943b3884..e6bafc7296f7 100644 --- a/atom/common/electron_version.h +++ b/atom/common/electron_version.h @@ -9,7 +9,7 @@ #define ELECTRON_MINOR_VERSION 0 #define ELECTRON_PATCH_VERSION 0 // clang-format off -#define ELECTRON_PRE_RELEASE_VERSION -nightly.20190618 +#define ELECTRON_PRE_RELEASE_VERSION -nightly.20190619 // clang-format on #ifndef ELECTRON_STRINGIFY diff --git a/package.json b/package.json index 1d9e6fcb10cb..f04166119b28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "7.0.0-nightly.20190618", + "version": "7.0.0-nightly.20190619", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": {