1
0
Fork 0
forked from forgejo/forgejo

#2345 disallow access of some pages for empty repo

This commit is contained in:
Unknwon 2016-01-07 11:07:17 +08:00
parent ca35ddd078
commit e0f0f72a36
5 changed files with 17 additions and 10 deletions

View file

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