1
0
Fork 0
forked from forgejo/forgejo

Paging function for users and repositories

This commit is contained in:
Unknown 2014-07-07 04:15:08 -04:00
parent 7ffdabb28f
commit 63cc14062a
9 changed files with 71 additions and 7 deletions

View file

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