diff options
author | Unknwon <u@gogs.io> | 2018-08-17 20:02:43 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-08-17 20:02:43 +0800 |
commit | 844d69143fb49305f587d5a25e009521751b8e29 (patch) | |
tree | 247fb3ec9673f0a87910d64de13a89b64776c19b /gogs.go | |
parent | 77275a9b311ed126f887628f33fbd917750420cd (diff) |
pkg/markup: allow match SHA1 length 7-40 (#3321)
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.61.0816" +const APP_VER = "0.11.62.0817" func init() { setting.AppVer = APP_VER |