#2282 fast detection of utf-8

This commit is contained in:
Unknwon 2015-12-27 17:02:36 -05:00
parent 240fe07287
commit 44637f03cc
4 changed files with 10 additions and 5 deletions

View file

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