Bump version

This commit is contained in:
Maxim Baz 2022-04-24 16:12:48 +02:00
parent beb3dcc811
commit e3f18e6994
No known key found for this signature in database
GPG Key ID: 4A2B758631E1FD91
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.0.9
3.0.10

View File

@ -4,7 +4,7 @@ import "fmt"
const major = 3
const minor = 0
const patch = 9
const patch = 10
// Code version as integer
const Code = major*1000000 + minor*1000 + patch

View File

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='Browserpass' Id='ABCDDCBA-86C7-4D14-AEC0-86416A69ABDE' UpgradeCode='ABCDDCBA-7349-453F-94F6-BCB5110BA4FD' Language='1033' Codepage='1252' Version='3.0.9' Manufacturer='Browserpass'>
<Product Name='Browserpass' Id='ABCDDCBA-86C7-4D14-AEC0-86416A69ABDE' UpgradeCode='ABCDDCBA-7349-453F-94F6-BCB5110BA4FD' Language='1033' Codepage='1252' Version='3.0.10' Manufacturer='Browserpass'>
<Package Id='*' Keywords='Installer' Manufacturer='Browserpass' InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
<Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />