1
0
Fork 0
forked from forgejo/forgejo

#1821 add actions for close and reopen issues

This commit is contained in:
Unknwon 2016-02-22 12:40:00 -05:00
parent 90fab0be6b
commit 912f7b51e9
12 changed files with 68 additions and 46 deletions

View file

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