diff options
author | Unknwon <u@gogs.io> | 2017-07-14 16:50:49 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-07-14 16:50:49 -0400 |
commit | c970c4ee41bc98515ed37a92dfc7dbe125e213e1 (patch) | |
tree | e9ae7c8b98c360bb836b368c2175637e8fc10f80 /gogs.go | |
parent | 3a6623104f7725905e2b14582579abea1590cec3 (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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |