minor fix

This commit is contained in:
Unknwon 2015-09-05 19:58:44 -04:00
parent 119dec51f2
commit 705224353b
5 changed files with 5 additions and 5 deletions

View file

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