Skip to content

Commit 3758583

Browse files
committed
multi: Prepare v1.0.5.
1 parent d34881b commit 3758583

12 files changed

Lines changed: 22 additions & 21 deletions

File tree

client/app/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var (
3636
// and build metadata portions MUST only contain characters from
3737
// semanticAlphabet.
3838
// NOTE: The Version string is overridden on init.
39-
Version = "1.0.4+release.local"
39+
Version = "1.0.5+release.local"
4040
)
4141

4242
func init() {

client/cmd/bisonw-desktop/pkg/pkg-darwin.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ set -o pipefail;
99
export GOWORK=off
1010

1111
# For release set metadata to "release".
12-
VER="1.0.4"
12+
VER="1.0.5"
1313
META="release"
14-
BUILD_VER="1.0.4" # increment for every build.
14+
BUILD_VER="1.0.5" # increment for every build.
1515
OS_FULL_VERSION="$(sw_vers | sed -n 2p | cut -d : -f 2 | tr -d '[:space:]' | cut -c1-)"
1616
OS_MAJOR_VERSION="$(echo $OS_FULL_VERSION | cut -d . -f 1)"
1717
OS_MINOR_VERSION="$(echo $OS_FULL_VERSION | cut -d . -f 2)"

client/cmd/bisonw-desktop/pkg/pkg-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# set -ex
88

99
APP="bisonw"
10-
VER="1.0.4"
10+
VER="1.0.5"
1111
META="release"
1212
REV="0"
1313
ARCH="amd64"

client/cmd/bisonw-desktop/winres.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"0000": {
1919
"fixed": {
2020
"file_version": "1.0.0.0",
21-
"product_version": "1.0.4.0"
21+
"product_version": "1.0.5.0"
2222
},
2323
"info": {
2424
"0409": {
@@ -32,7 +32,7 @@
3232
"OriginalFilename": "bisonw-desktop.exe",
3333
"PrivateBuild": "",
3434
"ProductName": "Bison Wallet",
35-
"ProductVersion": "1.0.4.0",
35+
"ProductVersion": "1.0.5.0",
3636
"SpecialBuild": ""
3737
}
3838
}

client/cmd/bisonw/winres.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"0000": {
1616
"fixed": {
1717
"file_version": "1.0.0.0",
18-
"product_version": "1.0.4.0"
18+
"product_version": "1.0.5.0"
1919
},
2020
"info": {
2121
"0409": {
@@ -29,11 +29,11 @@
2929
"OriginalFilename": "bisonw.exe",
3030
"PrivateBuild": "",
3131
"ProductName": "Bison Wallet",
32-
"ProductVersion": "1.0.4.0",
32+
"ProductVersion": "1.0.5.0",
3333
"SpecialBuild": ""
3434
}
3535
}
3636
}
3737
}
3838
}
39-
}
39+
}

client/cmd/bwctl/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var (
4141
// and build metadata portions MUST only contain characters from
4242
// semanticAlphabet.
4343
// NOTE: The Version string is overridden on init.
44-
Version = "1.0.4+release.local"
44+
Version = "1.0.5+release.local"
4545
)
4646

4747
func init() {

client/webserver/site/dist/entry.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/webserver/site/dist/entry.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/webserver/site/package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/webserver/webserver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
tErr = fmt.Errorf("expected dummy error")
3434
tLogger dex.Logger
3535
tCtx context.Context
36-
testAppVersion = "1.0.4"
36+
testAppVersion = "1.0.5"
3737
)
3838

3939
type tCoin struct {

0 commit comments

Comments
 (0)