1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2014-12-17 23:04:05 -05:00
parent d01f2f3c22
commit 57b3be4016
3 changed files with 4 additions and 2 deletions

View file

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