aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-01-24 21:15:44 -0500
committerUnknwon <u@gogs.io>2017-01-24 21:15:44 -0500
commitd1c327d508e5d3c1ad9237ccf7c7d5b6cc21be8a (patch)
tree2f0b3ca12dabf233b5a5900763620666ae09629d /gogs.go
parenteaf57229d35598a6585f6dc777db8462d9d47779 (diff)
repo/home.tmpl: only ellipsis on repository name
File name could contain non-ASCII characters. See details on https://discuss.gogs.io/t/topic/758.
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 fd458a48..03b762bb 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.115.0103"
+const APP_VER = "0.9.116.0124"
func init() {
setting.AppVer = APP_VER