1
0
Fork 0
forked from forgejo/forgejo

#1943 Able to config fsck timeout

This commit is contained in:
Unknwon 2015-12-09 11:38:12 -05:00
parent b8d48bdb62
commit 718d3ae258
7 changed files with 8 additions and 8 deletions

View file

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