1
0
Fork 0
forked from forgejo/forgejo

#2491 minor fix for sr on dashboard

This commit is contained in:
Unknwon 2016-01-29 15:28:24 -05:00
parent a4a23c0268
commit ee814bf8d6
5 changed files with 17 additions and 7 deletions

View file

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