Minor fix for #3194

- Update locale bindata
This commit is contained in:
Unknwon 2016-06-27 16:38:35 +08:00
parent 2ce60ff314
commit 4bbb878d20
4 changed files with 9 additions and 5 deletions

View file

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