#1458: Authorities were messed up when using mysql database

This commit is contained in:
Unknwon 2015-08-28 13:51:15 +08:00
parent 70e0153b93
commit ff35a37769
5 changed files with 30 additions and 45 deletions

View file

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