minor UI fix and fix ssh race

This commit is contained in:
Unknwon 2015-11-14 13:21:31 -05:00
parent 9c12ed3b6e
commit 7c80eba77f
13 changed files with 33 additions and 10 deletions

View file

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