1
0
Fork 0
forked from forgejo/forgejo

#2558 delete local wiki copy when rename repo and user

This commit is contained in:
Unknwon 2016-02-05 14:11:53 -05:00
parent 4e96a4a62b
commit f8182ac521
6 changed files with 40 additions and 25 deletions

View file

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