Remove code for checking ssh-keygen

This commit is contained in:
Unknwon 2016-03-19 20:31:23 -04:00
parent 3fb4f7f498
commit 004fb30ebe
3 changed files with 2 additions and 8 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.13.0318"
const APP_VER = "0.9.13.0319"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())