Skip to content

Commit

Permalink
Merge pull request #167 from zcash-hackworks/bump-0.3.0
Browse files Browse the repository at this point in the history
bump version to v0.3.0
  • Loading branch information
mdr0id authored Jan 14, 2020
2 parents 4220d38 + 0f57d1e commit 59170d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func main() {
flag.Parse()

if opts.wantVersion {
fmt.Println("lightwalletd version v0.2.0")
fmt.Println("lightwalletd version v0.3.0")
return
}

Expand Down

0 comments on commit 59170d4

Please sign in to comment.