Skip to content

Commit

Permalink
v0.5.7 version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Nov 29, 2022
1 parent 3e449aa commit b87d960
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/cmd/dexc/version.go
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 = "0.5.6+release.local"
Version = "0.5.7+release.local"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion client/cmd/dexcctl/version.go
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 = "0.5.6+release.local"
Version = "0.5.7+release.local"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion pkg.sh
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion server/cmd/dcrdex/version.go
Expand Up @@ -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() {
Expand Down

0 comments on commit b87d960

Please sign in to comment.