fix markdown autolink error

This commit is contained in:
Unknwon 2016-01-09 10:59:04 +08:00
parent 03427fb005
commit cc8c67ff29
4 changed files with 53 additions and 47 deletions

View file

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