aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-06-02 08:15:56 +0800
committerUnknwon <u@gogs.io>2018-06-02 08:15:56 +0800
commite25fe22f9d6ce8a74ce205f9c1fae1c5506c2611 (patch)
treeee25cc4a2c1589b33060184fefc0ef73f716af90 /gogs.go
parentbef7f6745c569ddbac41fc760411d9a891458ae0 (diff)
pkg/template: fix NewLine2br return type to string
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 3b5b795a..e652a41f 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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