forked from forgejo/forgejo
#3279 use doer email for FROM field of issues
This commit is contained in:
parent
6a81632e36
commit
0f26f3678a
4 changed files with 4 additions and 4 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.9.71.0809"
|
||||
const APP_VER = "0.9.72.0811"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue