1
0
Fork 0
forked from forgejo/forgejo

Web editor: disallow edit mirror repository

This commit is contained in:
Unknwon 2016-08-28 04:56:41 -07:00
parent ba27d71abe
commit 579e5e4fee
7 changed files with 36 additions and 25 deletions

View file

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