aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-07-18 22:09:57 -0400
committerUnknwon <u@gogs.io>2017-07-18 22:09:57 -0400
commit643c85e9c8fd237912652d14a0535dfddf614d2b (patch)
treefa271da3516fcef381428613ef6150fec65d19be /gogs.go
parentee9950ec2f2811896918e74540fc6c3f40918daf (diff)
routes/home: minor code improve
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 11267edd..1d0592d3 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.27.0718"
+const APP_VER = "0.11.28.0718"
func init() {
setting.AppVer = APP_VER