diff options
author | Unknwon <u@gogs.io> | 2018-04-25 22:35:50 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-04-25 22:35:50 -0400 |
commit | 15f9a8361809bd557f20ce58753bde7714ae5bf6 (patch) | |
tree | de2de559e536849cdc10c90555c8bfd96fef4f48 /gogs.go | |
parent | d572381a37020f8a3d9c1e01bc37f8cfc48aaccb (diff) |
templates/repo: escape branch name (#4601)
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.47.0425" +const APP_VER = "0.11.48.0425" func init() { setting.AppVer = APP_VER |