1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

#1040: dashboard no longer accessible when repo is missing

This commit is contained in:
Unknwon
2015-03-16 04:04:27 -04:00
parent 471b8a18ab
commit 588f3215c6
11 changed files with 51 additions and 15 deletions

View File

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