Minor fix for #2634

Add AttributesInBind option in new auth source form.
This commit is contained in:
Unknwon 2016-02-20 14:56:27 -05:00
parent 7e0baf4136
commit acf094fb07
5 changed files with 15 additions and 9 deletions

View file

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