From 00fa6abd2625efc39bbcc8da787ff51e46dd1999 Mon Sep 17 00:00:00 2001 From: Peter Banik Date: Wed, 1 Jul 2026 21:39:03 +0000 Subject: [PATCH] multi: Bump version to 1.1.0. --- client/app/version.go | 2 +- client/cmd/bisonw-desktop/electron/pkg.sh | 4 ++-- client/cmd/bisonw-desktop/electron/prepare.sh | 4 ++-- client/cmd/bisonw-desktop/linux/pkg-debian.sh | 2 +- client/cmd/bisonw-desktop/winres.json | 8 ++++---- client/cmd/bisonw/winres.json | 8 ++++---- client/cmd/bwctl/version.go | 2 +- pkg.sh | 4 ++-- server/cmd/dcrdex/version.go | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/client/app/version.go b/client/app/version.go index 2e0deecda4..13c1c06d42 100644 --- a/client/app/version.go +++ b/client/app/version.go @@ -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.1.0-rc2+release.local" + Version = "1.1.0+release.local" ) func init() { diff --git a/client/cmd/bisonw-desktop/electron/pkg.sh b/client/cmd/bisonw-desktop/electron/pkg.sh index 7e220a3786..6947d3240b 100755 --- a/client/cmd/bisonw-desktop/electron/pkg.sh +++ b/client/cmd/bisonw-desktop/electron/pkg.sh @@ -5,8 +5,8 @@ set -e cd "$(dirname "$0")" # For release, remove pre-release info, and set metadata to "release". -VER="1.1.0-rc2" # pre, beta, rc1, etc. -META="release.local" # "release" +VER="1.1.0" # pre, beta, rc1, etc. +META="release" BISONW_EXE="bisonw" # Parse flags. diff --git a/client/cmd/bisonw-desktop/electron/prepare.sh b/client/cmd/bisonw-desktop/electron/prepare.sh index 0af5652867..4a5793787d 100755 --- a/client/cmd/bisonw-desktop/electron/prepare.sh +++ b/client/cmd/bisonw-desktop/electron/prepare.sh @@ -5,8 +5,8 @@ set -e cd "$(dirname "$0")" # For release, remove pre-release info, and set metadata to "release". -VER="1.1.0-rc2" # pre, beta, rc1, etc. -META="release.local" # "release" +VER="1.1.0" # pre, beta, rc1, etc. +META="release" BISONW_EXE="bisonw" # Parse flags. diff --git a/client/cmd/bisonw-desktop/linux/pkg-debian.sh b/client/cmd/bisonw-desktop/linux/pkg-debian.sh index 9e3c03f7b2..2ccd4ab5aa 100755 --- a/client/cmd/bisonw-desktop/linux/pkg-debian.sh +++ b/client/cmd/bisonw-desktop/linux/pkg-debian.sh @@ -7,7 +7,7 @@ # set -ex source linux/common.sh -VER="1.1.0-rc2" # pre, beta, rc1, etc. +VER="1.1.0" # pre, beta, rc1, etc. # Parse flags. TAGS="" diff --git a/client/cmd/bisonw-desktop/winres.json b/client/cmd/bisonw-desktop/winres.json index dad94adefe..43a08e0d21 100644 --- a/client/cmd/bisonw-desktop/winres.json +++ b/client/cmd/bisonw-desktop/winres.json @@ -17,22 +17,22 @@ "#1": { "0000": { "fixed": { - "file_version": "1.1.0.0-rc2", - "product_version": "1.1.0.0-rc2" + "file_version": "1.1.0.0", + "product_version": "1.1.0.0" }, "info": { "0409": { "Comments": "", "CompanyName": "Decred", "FileDescription": "Bison Wallet (WebView version)", - "FileVersion": "1.1.0.0-rc2", + "FileVersion": "1.1.0.0", "InternalName": "bisonw", "LegalCopyright": "© The Decred Developers. Blue Oak Model License 1.0.0", "LegalTrademarks": "", "OriginalFilename": "bisonw-desktop.exe", "PrivateBuild": "", "ProductName": "Bison Wallet", - "ProductVersion": "1.1.0.0-rc2", + "ProductVersion": "1.1.0.0", "SpecialBuild": "" } } diff --git a/client/cmd/bisonw/winres.json b/client/cmd/bisonw/winres.json index 6b488d972a..f1cc71d3ff 100644 --- a/client/cmd/bisonw/winres.json +++ b/client/cmd/bisonw/winres.json @@ -14,22 +14,22 @@ "#1": { "0000": { "fixed": { - "file_version": "1.1.0.0-rc2", - "product_version": "1.1.0.0-rc2" + "file_version": "1.1.0.0", + "product_version": "1.1.0.0" }, "info": { "0409": { "Comments": "", "CompanyName": "Decred", "FileDescription": "Bison Wallet", - "FileVersion": "1.1.0.0-rc2", + "FileVersion": "1.1.0.0", "InternalName": "bisonw", "LegalCopyright": "© The Decred Developers. Blue Oak Model License 1.0.0", "LegalTrademarks": "", "OriginalFilename": "bisonw.exe", "PrivateBuild": "", "ProductName": "Bison Wallet", - "ProductVersion": "1.1.0.0-rc2", + "ProductVersion": "1.1.0.0", "SpecialBuild": "" } } diff --git a/client/cmd/bwctl/version.go b/client/cmd/bwctl/version.go index 82afcfb9d0..afc14725ae 100644 --- a/client/cmd/bwctl/version.go +++ b/client/cmd/bwctl/version.go @@ -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.1.0-rc2+release.local" + Version = "1.1.0+release.local" ) func init() { diff --git a/pkg.sh b/pkg.sh index cbd96aebd1..c59ee3319b 100755 --- a/pkg.sh +++ b/pkg.sh @@ -3,8 +3,8 @@ set -e # For release, remove pre-release info, and set metadata to "release". -VER="1.1.0-rc2" # pre, beta, rc1, etc. -META="release.local" # "release" +VER="1.1.0" # pre, beta, rc1, etc. +META="release" export CGO_ENABLED=0 export GOWORK=off diff --git a/server/cmd/dcrdex/version.go b/server/cmd/dcrdex/version.go index 1b9a4901ff..f2ca327c5e 100644 --- a/server/cmd/dcrdex/version.go +++ b/server/cmd/dcrdex/version.go @@ -39,7 +39,7 @@ var ( // and build metadata portions MUST only contain characters from // semanticAlphabet. // NOTE: The Version string is overridden on init. - Version = "1.1.0-rc2+release.local" + Version = "1.1.0+release.local" ) func init() {