release: remove dev version notion

release/0.13 v0.13.0
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
1 changed files with 1 additions and 1 deletions

View File

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