release: update version to 0.14.1

This commit is contained in:
Joe Chen
2026-01-31 22:23:40 -05:00
parent 3f03530042
commit 8c5c0125c4

View File

@@ -14,7 +14,7 @@ import (
)
func init() {
conf.App.Version = "0.14.0"
conf.App.Version = "0.14.1"
}
func main() {