#1692 add user email APIs
This commit is contained in:
parent
7786cb76f3
commit
b117befc2b
9 changed files with 131 additions and 16 deletions
2
gogs.go
2
gogs.go
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.6.1215"
|
||||
const APP_VER = "0.8.7.1215"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue