Skip to content

Commit

Permalink
v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Nov 10, 2022
1 parent ac6461f commit f35cd1b
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
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 = "0.5.5+release.local"
Version = "0.5.6+release.local"
)

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

func init() {
Expand Down
2 changes: 1 addition & 1 deletion pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VER="0.5.5"
VER="0.5.6"

rm -rf bin
mkdir -p bin/dexc-windows-amd64-v${VER}
Expand Down
2 changes: 1 addition & 1 deletion server/cmd/dcrdex/version.go
Original file line number Diff line number Diff line change
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.5+release.local"
Version = "0.5.6+release.local"
)

func init() {
Expand Down

0 comments on commit f35cd1b

Please sign in to comment.