#2185 fall back to use custom chardet lib

This commit is contained in:
Unknwon 2015-12-31 22:13:47 -05:00
parent a62290de52
commit 4993ab1a76
8 changed files with 22 additions and 17 deletions

View file

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