1
0
Fork 0
forked from forgejo/forgejo

#1601 support delete issue comment

This commit is contained in:
Unknwon 2016-07-26 02:48:17 +08:00
parent 2295fafb34
commit 899e799459
14 changed files with 113 additions and 27 deletions

View file

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