bump version to v0.3.0

This commit is contained in:
Bradley Miller 2020-01-08 16:59:16 -07:00
parent 8ab51d8c3e
commit 810cf193b8
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ func main() {
flag.Parse()
if opts.wantVersion {
fmt.Println("lightwalletd version v0.2.0")
fmt.Println("lightwalletd version v0.3.0")
return
}