Bump v17.0.0-nightly.20210923

This commit is contained in:
Sudowoodo Release Bot 2021-09-23 06:02:26 -07:00
parent 6aece4a83d
commit da921e680f
4 changed files with 7 additions and 7 deletions

View file

@ -1 +1 @@
16.0.0-nightly.20210922
17.0.0-nightly.20210923

View file

@ -70,9 +70,9 @@ until the maintainers feel the maintenance burden is too high to continue doing
### Currently supported versions
* 17.x.y
* 16.x.y
* 15.x.y
* 14.x.y
* 13
### End-of-life

View file

@ -1,6 +1,6 @@
{
"name": "electron",
"version": "16.0.0-nightly.20210922",
"version": "17.0.0-nightly.20210923",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {

View file

@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 16,0,0,20210922
PRODUCTVERSION 16,0,0,20210922
FILEVERSION 17,0,0,20210923
PRODUCTVERSION 17,0,0,20210923
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "GitHub, Inc."
VALUE "FileDescription", "Electron"
VALUE "FileVersion", "16.0.0"
VALUE "FileVersion", "17.0.0"
VALUE "InternalName", "electron.exe"
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
VALUE "OriginalFilename", "electron.exe"
VALUE "ProductName", "Electron"
VALUE "ProductVersion", "16.0.0"
VALUE "ProductVersion", "17.0.0"
VALUE "SquirrelAwareVersion", "1"
END
END