1
0
Fork 0
forked from forgejo/forgejo

#3495 only start builtin SSH server after user finish installation

This commit is contained in:
Unknwon 2016-08-27 12:25:22 -07:00
parent bbca2916f7
commit 13a8823bd3
4 changed files with 9 additions and 10 deletions

View file

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