diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-12-22 03:44:49 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-12-22 03:44:49 -0500 |
commit | 97b39ae2e4acc3cbdef0dbfb110d6eebf2c1977b (patch) | |
tree | e2a93d09a9225cd3fced21307a6371185b711337 /gogs.go | |
parent | 030b3d751e3fc55429ed4cbab76d85d610688d0c (diff) | |
download | gitea-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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |