#3505 use user’s info for committer and author

This commit is contained in:
Unknwon 2016-08-27 13:37:55 -07:00
parent 13c106af77
commit c30b856d14
10 changed files with 29 additions and 20 deletions

View file

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