1
0
Fork 0
forked from forgejo/forgejo

fix issue comment mention and autofix count when start

This commit is contained in:
Unknwon 2015-10-29 20:40:57 -04:00
parent 1f4beb530c
commit 706b0f72e2
6 changed files with 70 additions and 83 deletions

View file

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