Compare commits

...

1 Commits

Author SHA1 Message Date
Joe Chen
8c21874c00 release: remove dev version notion 2023-02-25 20:33:19 +08:00

View File

@@ -18,7 +18,7 @@ import (
)
func init() {
conf.App.Version = "0.13.0+dev"
conf.App.Version = "0.13.0"
}
func main() {