Merge pull request #167 from zcash-hackworks/bump-0.3.0

bump version to v0.3.0
This commit is contained in:
Marshall Gaucher 2020-01-13 17:15:40 -08:00 committed by GitHub
commit 59170d4911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}