Skip to content

Commit

Permalink
bump to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Dec 10, 2021
1 parent 3043d04 commit 66adad2
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/version.go
Expand Up @@ -25,7 +25,7 @@ const (
AppName string = "dexc"
AppMajor uint = 0
AppMinor uint = 2
AppPatch uint = 2
AppPatch uint = 3
)

// go build -v -ldflags "-X decred.org/dcrdex/client/cmd/dexc/version.appPreRelease= -X decred.org/dcrdex/client/cmd/dexc/version.appBuild=$(git rev-parse --short HEAD)"
Expand Down
2 changes: 1 addition & 1 deletion client/cmd/dexcctl/main.go
Expand Up @@ -27,7 +27,7 @@ const (
)

// The product release version.
var version = semver{major: 0, minor: 2, patch: 2}
var version = semver{major: 0, minor: 2, patch: 3}

// semver holds dexcctl's semver values.
type semver struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg.sh
Expand Up @@ -2,7 +2,7 @@

set -e

VER="v0.2.2"
VER="v0.2.3"

rm -rf bin
mkdir -p bin/dexc-windows-amd64-${VER}
Expand Down
2 changes: 1 addition & 1 deletion server/cmd/dcrdex/version.go
Expand Up @@ -25,7 +25,7 @@ const (
AppName string = "dcrdex"
AppMajor uint = 0
AppMinor uint = 2
AppPatch uint = 2
AppPatch uint = 3
)

// go build -v -ldflags "-X main.appPreRelease= -X main.appBuild=$(git rev-parse --short HEAD)"
Expand Down

0 comments on commit 66adad2

Please sign in to comment.