From 38602a06c25fa22d7f93c209d5d29dd0b173e4b3 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Mon, 28 Nov 2022 15:53:44 +0100 Subject: [PATCH] Bump version. --- helper/version_info.txt | 8 ++++---- lib/version.dart | 4 ++-- pubspec.yaml | 2 +- resources/win/release-win.ps1 | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helper/version_info.txt b/helper/version_info.txt index 5dc121f5..ba984521 100755 --- a/helper/version_info.txt +++ b/helper/version_info.txt @@ -6,8 +6,8 @@ VSVersionInfo( ffi=FixedFileInfo( # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) # Set not needed items to zero 0. - filevers=(6, 0, 2, 0), - prodvers=(6, 0, 2, 0), + filevers=(6, 0, 3, 0), + prodvers=(6, 0, 3, 0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -31,11 +31,11 @@ VSVersionInfo( '040904b0', [StringStruct('CompanyName', 'Yubico'), StringStruct('FileDescription', 'Yubico Authenticator Helper'), - StringStruct('FileVersion', '6.0.2'), + StringStruct('FileVersion', '6.0.3-dev.0'), StringStruct('LegalCopyright', 'Copyright (c) 2022 Yubico AB'), StringStruct('OriginalFilename', 'authenticator-helper.exe'), StringStruct('ProductName', 'Yubico Authenticator'), - StringStruct('ProductVersion', '6.0.2')]) + StringStruct('ProductVersion', '6.0.3-dev.0')]) ]), VarFileInfo([VarStruct('Translation', [1033, 1200])]) ] diff --git a/lib/version.dart b/lib/version.dart index 0ff93075..530603bd 100755 --- a/lib/version.dart +++ b/lib/version.dart @@ -1,5 +1,5 @@ // GENERATED CODE - DO NOT MODIFY BY HAND // This file is generated by running ./set-version.py -const String version = '6.0.2'; -const int build = 60006; +const String version = '6.0.3-dev.0'; +const int build = 60009; diff --git a/pubspec.yaml b/pubspec.yaml index 6ec9b375..295b9cf7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # This field is updated by running ./set-version.py # DO NOT MANUALLY EDIT THIS! -version: 6.0.2+60006 +version: 6.0.3-dev.0+60009 environment: sdk: ">=2.17.0 <3.0.0" diff --git a/resources/win/release-win.ps1 b/resources/win/release-win.ps1 index e6de775b..bd4046f3 100644 --- a/resources/win/release-win.ps1 +++ b/resources/win/release-win.ps1 @@ -1,4 +1,4 @@ -$version="6.0.2" +$version="6.0.3-dev.0" echo "Renaming the Actions folder and moving it" mv yubioath-desktop-* release