release: update version to 0.12.9

This commit is contained in:
Joe Chen
2022-06-07 21:29:32 +08:00
parent a24b22c909
commit 012a1ba19e

View File

@@ -19,7 +19,7 @@ import (
)
func init() {
conf.App.Version = "0.12.8"
conf.App.Version = "0.12.9"
}
func main() {