#2700 fix sqlite3 can't create issue with more than one label

This commit is contained in:
Unknwon 2016-02-29 18:45:12 -05:00
parent 42a556a082
commit ea80274229
8 changed files with 16 additions and 19 deletions

View file

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