repo/editor: fix wrong context for subdirectory (#4368)

This commit is contained in:
Unknwon
2017-04-07 21:44:55 -04:00
parent 6ea9642d64
commit 91cd350b63
7 changed files with 116 additions and 98 deletions

View File

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