1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 17:47:19 +00:00

fix invite bug(shouldn't include full name to search box)

This commit is contained in:
Unknwon
2014-12-22 03:44:49 -05:00
parent 030b3d751e
commit 97b39ae2e4
4 changed files with 7 additions and 6 deletions

View File

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