1
0
Fork 0
forked from forgejo/forgejo

finish attachments when create issue

This commit is contained in:
Unknwon 2015-08-11 23:24:40 +08:00
parent 89c2bd4a0d
commit 34f6cbfc2a
16 changed files with 288 additions and 154 deletions

View file

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