1
0
Fork 0
forked from forgejo/forgejo

#3393 fix missing sub-url prefix in relative avatar link

This commit is contained in:
Unknwon 2016-08-07 10:13:05 -07:00
parent 2772791fda
commit ec92565f23
8 changed files with 32 additions and 27 deletions

View file

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