diff options
author | Unknwon <u@gogs.io> | 2017-01-25 07:10:52 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-25 07:10:52 -0500 |
commit | 8cb903fbbb6de5decb443af1481b44b5c1a426d1 (patch) | |
tree | 78c577d42471344c06a876609c5766689f3758c1 /gogs.go | |
parent | d1c327d508e5d3c1ad9237ccf7c7d5b6cc21be8a (diff) |
Fix unexpected rendering of README when it is not in Markdown
This patch also handles case when a file name looks like README
but is not a text file (e.g. image, PDF).
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/modules/setting" ) -const APP_VER = "0.9.116.0124" +const APP_VER = "0.9.117.0125" func init() { setting.AppVer = APP_VER |