repo: allow issues and wiki for bare repository (#4104)

This commit is contained in:
Unknwon
2017-03-16 23:10:45 -04:00
parent becaec19a7
commit 171f97868d
10 changed files with 32 additions and 41 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.10.20.0316"
const APP_VER = "0.10.21.0316"
func init() {
setting.AppVer = APP_VER