summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-12-22 03:44:49 -0500
committerUnknwon <joe2010xtmf@163.com>2014-12-22 03:44:49 -0500
commit97b39ae2e4acc3cbdef0dbfb110d6eebf2c1977b (patch)
treee2a93d09a9225cd3fced21307a6371185b711337 /gogs.go
parent030b3d751e3fc55429ed4cbab76d85d610688d0c (diff)
downloadgitea-97b39ae2e4acc3cbdef0dbfb110d6eebf2c1977b.tar.gz
gitea-97b39ae2e4acc3cbdef0dbfb110d6eebf2c1977b.zip
fix invite bug(shouldn't include full name to search box)
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index c8053b2800..04141dad3d 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())