aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-11-16 00:04:07 -0500
committerUnknwon <u@gogs.io>2017-11-16 00:04:07 -0500
commit3dd93f5533f6634ae334d097a5daa8d38beb6d18 (patch)
tree8d0001743c59cde3d466fe39093fbe195fc96bdf /gogs.go
parent181dc5d75e0a8844a095198b095dc56e609351cf (diff)
vendor: update github.com/gogits/git-module
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 b886bb7d..3e05f65d 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.31.1022"
+const APP_VER = "0.11.32.1115"
func init() {
setting.AppVer = APP_VER