diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-10 03:28:21 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-10 03:28:21 -0400 |
commit | d78abd356186e5bfe841f5c70d9b907f5c288920 (patch) | |
tree | ed58a69d30e03ea29e9e40ef85d080fdfcdb3cad /gogs.go | |
parent | 79262173a6e0a5734ebfc1565e45353677008302 (diff) | |
download | gitea-d78abd356186e5bfe841f5c70d9b907f5c288920.tar.gz gitea-d78abd356186e5bfe841f5c70d9b907f5c288920.zip |
Mirror fix on admin/orgs paging
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.5.1009 Beta" +const APP_VER = "0.5.5.1010 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |