aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-20 16:16:32 -0500
committerUnknwon <u@gogs.io>2017-02-20 16:16:32 -0500
commit934734a85a1e4cb68d8c1aa68c518b511c7be190 (patch)
tree775db872acad5e2ff4ef9ed837870907d8864455 /gogs.go
parent491934784fd99c10a4d2cb37eabb94d3c4ef1903 (diff)
diff: able to highlight line with hashtag URL
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 b4827b5b..76a4a107 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.160.0220"
+const APP_VER = "0.9.161.0220"
func init() {
setting.AppVer = APP_VER