1
0
Fork 0
forked from forgejo/forgejo

#2903 use different reversed words and patterns for repository and user

This commit is contained in:
Unknwon 2016-07-23 18:58:18 +08:00
parent 4b5e09e4d6
commit 69f5308761
6 changed files with 52 additions and 37 deletions

View file

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