release: remove dev version notion

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2020-08-22 17:55:16 +08:00
parent 720cb5fcb1
commit f17e7d5a2c

View File

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