repo: allow private repository to have public wiki or issues

Relates to #649 and #2157
This commit is contained in:
Unknwon
2017-03-24 16:25:40 -04:00
parent 7a99e56893
commit 8196430f47
15 changed files with 206 additions and 100 deletions

View File

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