aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-06-25 19:58:40 +0800
committerUnknwon <u@gogs.io>2018-06-25 19:58:40 +0800
commitf4f4edf2766d0e4588176df17743f3e4a3b1ed9f (patch)
treeb3e2dbc4aa1088525c3d737419836769b44fff3b /gogs.go
parent992ea5802a0e5f938d31a39786fce226c287f2c8 (diff)
vendor: update github.com/gogs/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 aea01edf..3afa4718 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
-const APP_VER = "0.11.58.0618"
+const APP_VER = "0.11.58.0625"
func init() {
setting.AppVer = APP_VER