1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2015-09-03 08:09:08 -04:00
parent 7ec991326d
commit 38eb000d13
5 changed files with 11 additions and 7 deletions

View file

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