minor fix on #1694

This commit is contained in:
Unknwon 2015-11-21 12:58:31 -05:00
parent 2b1e955f91
commit eea2e05da6
4 changed files with 20 additions and 21 deletions

View file

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