1
0
Fork 0
forked from forgejo/forgejo

Mirror fix on admin/orgs paging

This commit is contained in:
Unknwon 2014-10-10 03:28:21 -04:00
parent 79262173a6
commit d78abd3561
4 changed files with 6 additions and 6 deletions

View file

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