diff options
author | Unknwon <u@gogs.io> | 2018-06-25 19:58:40 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-06-25 19:58:40 +0800 |
commit | f4f4edf2766d0e4588176df17743f3e4a3b1ed9f (patch) | |
tree | b3e2dbc4aa1088525c3d737419836769b44fff3b /gogs.go | |
parent | 992ea5802a0e5f938d31a39786fce226c287f2c8 (diff) |
vendor: update github.com/gogs/git-module
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/gogs/gogs/pkg/setting" ) -const APP_VER = "0.11.58.0618" +const APP_VER = "0.11.58.0625" func init() { setting.AppVer = APP_VER |