#3058 #3059 support correct page size and link header

This commit is contained in:
Unknwon 2016-07-04 17:27:06 +08:00
parent 528682a294
commit 4b25bdfbc4
9 changed files with 55 additions and 32 deletions

View file

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