Skip to content

Commit

Permalink
v0.5.4 version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Oct 10, 2022
1 parent ac83229 commit 3f0d61f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.3+release.local"
Version = "0.5.4+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.3+release.local"
Version = "0.5.4+release.local"
)

func init() {
Expand Down
12 changes: 6 additions & 6 deletions pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VER="0.5.3"
VER="0.5.4"

rm -rf bin
mkdir -p bin/dexc-windows-amd64-v${VER}
Expand All @@ -15,11 +15,11 @@ export CGO_ENABLED=0

# Generate the localized_html and build the webpack bundle prior to building the
# webserver package, which embeds the files.
pushd client/webserver/site
go generate # should be a no-op
npm ci
npm run build
popd
#pushd client/webserver/site
#go generate # should be a no-op
#npm ci
#npm run build
#popd

LDFLAGS="-s -w -X main.Version=${VER}+release"

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

func init() {
Expand Down

0 comments on commit 3f0d61f

Please sign in to comment.