setting: disable SSH minimum key size check when not eligible (#4507)

This commit is contained in:
Unknwon
2017-06-11 02:06:26 -04:00
parent ab2197bc75
commit e16196124e
4 changed files with 38 additions and 15 deletions

View File

@@ -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