bump dev versions

This commit is contained in:
Adam Velebil 2022-09-20 14:26:41 +02:00
parent bbed999001
commit 0301a44bb7
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
4 changed files with 6 additions and 6 deletions

View File

@ -31,11 +31,11 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'Yubico'),
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
StringStruct('FileVersion', '6.0.0-beta.2'),
StringStruct('FileVersion', '6.0.0-dev.1'),
StringStruct('LegalCopyright', 'Copyright (c) 2022 Yubico AB'),
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
StringStruct('ProductName', 'Yubico Authenticator'),
StringStruct('ProductVersion', '6.0.0-beta.2')])
StringStruct('ProductVersion', '6.0.0-dev.1')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]

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-beta.2';
const int build = 59901;
const String version = '6.0.0-dev.1';
const int build = 59902;

View File

@ -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 <version>
# DO NOT MANUALLY EDIT THIS!
version: 6.0.0-beta.2+59901
version: 6.0.0-dev.1+59902
environment:
sdk: ">=2.17.0 <3.0.0"

View File

@ -1,4 +1,4 @@
$version=6.0.0-beta.2
$version=6.0.0-dev.1
echo "Renaming the Actions folder and moving it"
mv yubioath-desktop-* release