#3327 fix wrong table name in Join

This commit is contained in:
Unknwon 2016-07-26 18:40:20 +08:00
parent 2d76de2574
commit 8aa0a76702
4 changed files with 4 additions and 4 deletions

View file

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