This commit is contained in:
Dain Nilsson 2022-05-24 10:04:00 +02:00
commit a348befb3d
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
// This file is generated by running ./set-version.py <version> <build>
const String version = '6.0.0-dev1';
const String version = '6.0.0-alpha.3';
const int build = 59900;

View File

@ -69,7 +69,7 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "6.0.0-dev1"
#define VERSION_AS_STRING "6.0.0-alpha.3"
#endif
VS_VERSION_INFO VERSIONINFO