diff options
author | Unknwon <u@gogs.io> | 2017-04-07 21:44:55 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-07 21:44:55 -0400 |
commit | 91cd350b631f721d1d6dd38bbafd3cac612e53c6 (patch) | |
tree | 9c9355f33fa24ca8a9df18ee1851047a87685a61 /gogs.go | |
parent | 6ea9642d6415073c6312c80bf6533a5070630ad2 (diff) |
repo/editor: fix wrong context for subdirectory (#4368)
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |