fix dashboard 500 when no issues at all
- update locales - update README
This commit is contained in:
parent
6c7a93a3ac
commit
17c2d1fc7c
9 changed files with 284 additions and 245 deletions
2
gogs.go
2
gogs.go
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue