aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-07-14 16:50:49 -0400
committerUnknwon <u@gogs.io>2017-07-14 16:50:49 -0400
commitc970c4ee41bc98515ed37a92dfc7dbe125e213e1 (patch)
treee9ae7c8b98c360bb836b368c2175637e8fc10f80 /gogs.go
parent3a6623104f7725905e2b14582579abea1590cec3 (diff)
css: not include line numbers in diff selection (#4584)
Changed template file in order to make CSS work properly.
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 57e98331..c4b397a9 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.24.0627"
+const APP_VER = "0.11.25.0714"
func init() {
setting.AppVer = APP_VER