Skip to content

Commit

Permalink
commit web assets and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Oct 17, 2024
1 parent 6e6ea16 commit a8d7040
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 21,163 deletions.
2 changes: 1 addition & 1 deletion client/app/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
// and build metadata portions MUST only contain characters from
// semanticAlphabet.
// NOTE: The Version string is overridden on init.
Version = "1.0.0+release.local"
Version = "1.0.1+release.local"
)

func init() {
Expand Down
4 changes: 2 additions & 2 deletions client/cmd/bisonw-desktop/pkg/pkg-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ set -o pipefail;
export GOWORK=off

# For release set metadata to "release".
VER="1.0.0"
VER="1.0.1"
META="release"
BUILD_VER="1.0.0" # increment for every build.
BUILD_VER="1.0.1" # increment for every build.
OS_FULL_VERSION="$(sw_vers | sed -n 2p | cut -d : -f 2 | tr -d '[:space:]' | cut -c1-)"
OS_MAJOR_VERSION="$(echo $OS_FULL_VERSION | cut -d . -f 1)"
OS_MINOR_VERSION="$(echo $OS_FULL_VERSION | cut -d . -f 2)"
Expand Down
2 changes: 1 addition & 1 deletion client/cmd/bisonw-desktop/pkg/pkg-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -ex

APP="bisonw"
VER="1.0.0"
VER="1.0.1"
META="release"
REV="0"
ARCH="amd64"
Expand Down
4 changes: 2 additions & 2 deletions client/cmd/bisonw-desktop/winres.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"0000": {
"fixed": {
"file_version": "1.0.0.0",
"product_version": "1.0.0.0"
"product_version": "1.0.1.0"
},
"info": {
"0409": {
Expand All @@ -32,7 +32,7 @@
"OriginalFilename": "bisonw-desktop.exe",
"PrivateBuild": "",
"ProductName": "Bison Wallet",
"ProductVersion": "1.0.0.0",
"ProductVersion": "1.0.1.0",
"SpecialBuild": ""
}
}
Expand Down
2 changes: 1 addition & 1 deletion client/cmd/bisonw/winres.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"OriginalFilename": "bisonw.exe",
"PrivateBuild": "",
"ProductName": "Bison Wallet",
"ProductVersion": "1.0.0.0",
"ProductVersion": "1.0.1.0",
"SpecialBuild": ""
}
}
Expand Down
2 changes: 1 addition & 1 deletion client/cmd/bwctl/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
// and build metadata portions MUST only contain characters from
// semanticAlphabet.
// NOTE: The Version string is overridden on init.
Version = "1.0.0+release.local"
Version = "1.0.1+release.local"
)

func init() {
Expand Down
Loading

0 comments on commit a8d7040

Please sign in to comment.