1
0
mirror of https://github.com/gogs/gogs.git synced 2025-05-15 20:10:28 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Joe Chen
8c21874c00
release: remove dev version notion 2023-02-25 20:33:19 +08:00

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