aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-19 13:18:16 -0500
committerUnknwon <u@gogs.io>2017-02-19 13:18:16 -0500
commit7de71333c655722c35a3e3e25e7769c0b292e27c (patch)
tree2de51200dd396545b114838d45fa4884f83f2c0e /gogs.go
parentcd9b29ff3fe50396f3525bf03bce9f9f9556a2f6 (diff)
repo: several minor improvements
1. Fix sample content didn't show up when hook doesn't exist. 2. Fix CSS 'word-break' to use 'break-word' not 'break-all'. 3. Fix single quote in 'locale_en-US.ini' file.
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 317e9eb7..53beb4eb 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.160.0218"
+const APP_VER = "0.9.160.0219"
func init() {
setting.AppVer = APP_VER