#1692 add user email APIs

This commit is contained in:
Unknwon 2015-12-15 22:57:18 -05:00
parent 7786cb76f3
commit b117befc2b
9 changed files with 131 additions and 16 deletions

View file

@ -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())