Skip to content

Commit 59170d4

Browse files
authored
Merge pull request #167 from zcash-hackworks/bump-0.3.0
bump version to v0.3.0
2 parents 4220d38 + 0f57d1e commit 59170d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func main() {
118118
flag.Parse()
119119

120120
if opts.wantVersion {
121-
fmt.Println("lightwalletd version v0.2.0")
121+
fmt.Println("lightwalletd version v0.3.0")
122122
return
123123
}
124124

0 commit comments

Comments
 (0)