pkg/template: fix NewLine2br return type to string

This commit is contained in:
Unknwon
2018-06-02 08:15:56 +08:00
parent bef7f6745c
commit e25fe22f9d
3 changed files with 5 additions and 5 deletions

View File

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