1
0
Fork 0
forked from forgejo/forgejo

#2349 try to handle []int8 case

This commit is contained in:
Unknwon 2016-01-11 14:34:32 +08:00
parent 17c4400b12
commit 91bab801aa
5 changed files with 16 additions and 4 deletions

View file

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