Update version.go

This commit is contained in:
laijinman 2019-11-26 13:29:57 +08:00 committed by GitHub
parent 4bd1448490
commit 4fa62b57ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ import (
"strings"
)
var version string = "0.29.1"
var version string = "0.29.0"
func Full() string {
return version