1
0
Fork 0
forked from forgejo/forgejo

#1681 some fixes for builtin SSH server on Windows

This commit is contained in:
Unknwon 2015-11-23 22:32:07 -05:00
parent ec8d41765d
commit 0128036514
6 changed files with 14 additions and 8 deletions

View file

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