modules/markdown: fix wrong raw link to internal images

This commit is contained in:
Unknwon
2017-03-05 16:54:00 -05:00
parent 971a96a962
commit 8b73c8076f
3 changed files with 16 additions and 7 deletions

View File

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