forked from forgejo/forgejo
#1459 Dashboard issues lacks sorting
This commit is contained in:
parent
00eb2b221f
commit
603c7389b8
7 changed files with 53 additions and 19 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.6.24.1104 Beta"
|
||||
const APP_VER = "0.6.25.1104 Beta"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue