diff options
author | Unknwon <u@gogs.io> | 2018-06-02 08:15:56 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-06-02 08:15:56 +0800 |
commit | e25fe22f9d6ce8a74ce205f9c1fae1c5506c2611 (patch) | |
tree | ee25cc4a2c1589b33060184fefc0ef73f716af90 /gogs.go | |
parent | bef7f6745c569ddbac41fc760411d9a891458ae0 (diff) |
pkg/template: fix NewLine2br return type to string
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/gogs/gogs/pkg/setting" ) -const APP_VER = "0.11.50.0530" +const APP_VER = "0.11.51.0602" func init() { setting.AppVer = APP_VER |