release: update version to 0.13.2

This commit is contained in:
Joe Chen
2024-12-23 10:57:35 -05:00
parent 01157b2f79
commit 593c7b6db6

View File

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