Skip to content

Commit

Permalink
v0.5.2 version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Aug 29, 2022
1 parent 078b129 commit 9dc1a5b
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.0+release.local"
Version = "0.5.2+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.0+release.local"
Version = "0.5.2+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.0"
VER="0.5.2"

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.0+release.local"
Version = "0.5.2+release.local"
)

func init() {
Expand Down

0 comments on commit 9dc1a5b

Please sign in to comment.