aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-04-25 22:35:50 -0400
committerUnknwon <u@gogs.io>2018-04-25 22:35:50 -0400
commit15f9a8361809bd557f20ce58753bde7714ae5bf6 (patch)
treede2de559e536849cdc10c90555c8bfd96fef4f48 /gogs.go
parentd572381a37020f8a3d9c1e01bc37f8cfc48aaccb (diff)
templates/repo: escape branch name (#4601)
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 a6830a00..1dac9f7e 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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