1
0
Fork 0
forked from forgejo/forgejo

#2554 reinitialize all repos from the db

- Update locales
This commit is contained in:
Unknwon 2016-02-04 12:51:00 -05:00
parent a47baa1b7a
commit 04be8c0de5
22 changed files with 100 additions and 60 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.8.28.0203"
const APP_VER = "0.8.29.0204"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())