Skip to content

Commit 915aff0

Browse files
committed
Bump version
1 parent cd5d99c commit 915aff0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.8
1+
3.0.9

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
const major = 3
66
const minor = 0
7-
const patch = 8
7+
const patch = 9
88

99
// Code version as integer
1010
const Code = major*1000000 + minor*1000 + patch

windows-setup.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='windows-1252'?>
22
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
3-
<Product Name='Browserpass' Id='ABCDDCBA-86C7-4D14-AEC0-86416A69ABDE' UpgradeCode='ABCDDCBA-7349-453F-94F6-BCB5110BA4FD' Language='1033' Codepage='1252' Version='3.0.8' Manufacturer='Browserpass'>
3+
<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'>
44

55
<Package Id='*' Keywords='Installer' Manufacturer='Browserpass' InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
66
<Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />

0 commit comments

Comments
 (0)