diff options
author | Unknwon <u@gogs.io> | 2018-03-12 15:27:21 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-03-12 15:27:27 -0400 |
commit | ba0a78da2ac69315dd4c40dae5405194f1afae44 (patch) | |
tree | 5844961c89a7a8eef962bb37f9ed0f07aa3373ff /gogs.go | |
parent | f0bbcef3a473ea72dc948ccc3537aeba7ef45e98 (diff) |
templates/repo/branches: escape pound in branch name (#4874)
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.37.0312" +const APP_VER = "0.11.38.0312" func init() { setting.AppVer = APP_VER |