#3327 fix wrong table name in Join
This commit is contained in:
parent
2d76de2574
commit
8aa0a76702
4 changed files with 4 additions and 4 deletions
2
gogs.go
2
gogs.go
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue