Bump version.

This commit is contained in:
Dain Nilsson 2022-11-28 15:53:44 +01:00
parent 4eea53a024
commit 38602a06c2
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
4 changed files with 8 additions and 8 deletions

View File

@ -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])])
]

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.2';
const int build = 60006;
const String version = '6.0.3-dev.0';
const int build = 60009;

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.2+60006
version: 6.0.3-dev.0+60009
environment:
sdk: ">=2.17.0 <3.0.0"

View File

@ -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