Skip to content

Commit

Permalink
fix the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Aug 30, 2024
1 parent 924e515 commit 2b527e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ var dists = []dist{{
{"decred.org/dcrdex/client/cmd/bwctl", "./dcrdex", nil},
},
ldflags: fmt.Sprintf(`-s -w `+
`-X main.Version=%s+release`, bisonwalletLdVer),
`-X main.Version=%[1]s+release `+
`-X decred.org/dcrdex/client/app.Version=%[1]s+release`, bisonwalletLdVer),
}, {
dist: "dcrinstall",
relver: decredRelver,
Expand Down

0 comments on commit 2b527e8

Please sign in to comment.