diff options
author | Unknwon <u@gogs.io> | 2017-06-11 02:06:26 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-06-11 02:06:26 -0400 |
commit | e16196124eff47924691b3e5c70c6f4d5dcca9b1 (patch) | |
tree | dedb9cf4e4a8c3a68b858a64c0bcb829b9260672 /gogs.go | |
parent | ab2197bc75fc85089a4ff7f8d2ee46caf04507a4 (diff) |
setting: disable SSH minimum key size check when not eligible (#4507)
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/gogits/gogs/pkg/setting" ) -const APP_VER = "0.11.20.0611" +const APP_VER = "0.11.21.0611" func init() { setting.AppVer = APP_VER |