pkg/ssh: specify ssh-keygen to always generate PEM format

This commit is contained in:
Unknwon
2018-12-19 08:31:22 -05:00
parent e2ce6a0dab
commit e70e72e025
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
const APP_VER = "0.11.83.1218"
const APP_VER = "0.11.84.1219"
func init() {
setting.AppVer = APP_VER