release: update version to 0.12.5

This commit is contained in:
Joe Chen 2022-03-11 14:58:57 +08:00
parent 64102be2c9
commit e309bc8324
No known key found for this signature in database
GPG Key ID: 0BDE5280C552FF60

View File

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