release: remove dev version notion

This commit is contained in:
Joe Chen 2023-02-25 20:33:19 +08:00
parent 540134d443
commit 8c21874c00
No known key found for this signature in database
GPG Key ID: 0BDE5280C552FF60

View File

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