1
0
Fork 0
forked from forgejo/forgejo

#2229 adjust URL verbose depth for reverse proxy sub-path

This commit is contained in:
Unknwon 2016-01-31 15:38:20 -05:00
parent 57c10aae33
commit 4848620594
5 changed files with 15 additions and 10 deletions

View file

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