1
0
Fork 0
forked from forgejo/forgejo

#3320 code cleanup

This commit is contained in:
Unknwon 2016-08-07 11:01:47 -07:00
parent 90dd0657b5
commit 99385db0c4
12 changed files with 52 additions and 33 deletions

View file

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