Fix outdated edit can’t overwrite changes
This commit is contained in:
parent
4a19fd6441
commit
8637e67e6f
5 changed files with 7 additions and 6 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.9.77.0814"
|
||||
const APP_VER = "0.9.78.0815"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue