fix dashboard 500 when no issues at all

- update locales
- update README
This commit is contained in:
Unknwon 2015-09-01 06:31:47 -04:00
parent 6c7a93a3ac
commit 17c2d1fc7c
9 changed files with 284 additions and 245 deletions

View file

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