1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-16 01:39:28 +08:00

add CRUD issue APIs

- Fix go-gogs-client#10
- Related to 
This commit is contained in:
Unknwon
2016-03-13 23:20:22 -04:00
parent dd6faf7f9b
commit 9bd9ad4205
23 changed files with 406 additions and 140 deletions

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