Fix template error when rendering non-README markdown (#4063)

This commit is contained in:
Unknwon
2017-01-27 16:52:19 -05:00
parent 740192564b
commit a2f2f7717a
4 changed files with 5 additions and 6 deletions

View File

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