release: update version to 0.12.4

This commit is contained in:
Joe Chen
2022-01-17 09:25:13 +08:00
parent 01a2c68abb
commit 2210ab7a42

View File

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