From b87d9607192b4907b27868b3b3922691814cdf34 Mon Sep 17 00:00:00 2001 From: Jonathan Chappelow Date: Mon, 28 Nov 2022 18:08:01 -0600 Subject: [PATCH] v0.5.7 version strings --- client/cmd/dexc/version.go | 2 +- client/cmd/dexcctl/version.go | 2 +- pkg.sh | 2 +- server/cmd/dcrdex/version.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/cmd/dexc/version.go b/client/cmd/dexc/version.go index ee7a335b9d..83bdb9e589 100644 --- a/client/cmd/dexc/version.go +++ b/client/cmd/dexc/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 = "0.5.6+release.local" + Version = "0.5.7+release.local" ) func init() { diff --git a/client/cmd/dexcctl/version.go b/client/cmd/dexcctl/version.go index 4bc2176f40..4ca14f332a 100644 --- a/client/cmd/dexcctl/version.go +++ b/client/cmd/dexcctl/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 = "0.5.6+release.local" + Version = "0.5.7+release.local" ) func init() { diff --git a/pkg.sh b/pkg.sh index aba23edaac..202561ceeb 100755 --- a/pkg.sh +++ b/pkg.sh @@ -2,7 +2,7 @@ set -e -VER="0.5.6" +VER="0.5.7" rm -rf bin mkdir -p bin/dexc-windows-amd64-v${VER} diff --git a/server/cmd/dcrdex/version.go b/server/cmd/dcrdex/version.go index 4cb522be1a..0fe8cd3fdf 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 = "0.5.6+release.local" + Version = "0.5.7+release.local" ) func init() {