Bump version number.

This commit is contained in:
Elias Bonnici 2024-02-12 09:45:13 +01:00
parent 7318c8bc80
commit 9c25881766
No known key found for this signature in database
GPG Key ID: 5EAC28EA3F980CCF
4 changed files with 5 additions and 5 deletions

View File

@ -31,11 +31,11 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'Yubico'),
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
StringStruct('FileVersion', '6.4.0-dev.0'),
StringStruct('FileVersion', '6.4.0'),
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
StringStruct('ProductName', 'Yubico Authenticator'),
StringStruct('ProductVersion', '6.4.0-dev.0')])
StringStruct('ProductVersion', '6.4.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.4.0-dev.0';
const String version = '6.4.0';
const int build = 60400;

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.4.0-dev.0+60400
version: 6.4.0+60400
environment:
sdk: '>=3.0.0 <4.0.0'

View File

@ -1,4 +1,4 @@
$version="6.4.0-dev.0"
$version="6.4.0"
echo "Clean-up of old files"
rm *.msi