use new Redis client

This commit is contained in:
Unknwon 2015-01-03 02:54:22 +08:00
parent f0ca16d78f
commit d5c6b53571
4 changed files with 5 additions and 5 deletions

View file

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