#2954 use text/plain as default email content format
This commit is contained in:
parent
d35a1c30f4
commit
8df3ba96f3
7 changed files with 259 additions and 251 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.9.28.0527"
|
||||
const APP_VER = "0.9.29.0530"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue