1
0
Fork 0
forked from forgejo/forgejo

#1896 fatal when no needed update task

This commit is contained in:
Unknwon 2015-11-04 21:57:10 -05:00
parent 9372eedf2e
commit f255b1e86d
10 changed files with 66 additions and 46 deletions

View file

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