forked from forgejo/forgejo
#3406 fix regression of MustEnableIssues check
This commit is contained in:
parent
87954dbfeb
commit
bbe866122d
3 changed files with 7 additions and 7 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.9.68.0807"
|
||||
const APP_VER = "0.9.68.0808"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue