summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-10 03:28:21 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-10 03:28:21 -0400
commitd78abd356186e5bfe841f5c70d9b907f5c288920 (patch)
treeed58a69d30e03ea29e9e40ef85d080fdfcdb3cad /gogs.go
parent79262173a6e0a5734ebfc1565e45353677008302 (diff)
downloadgitea-d78abd356186e5bfe841f5c70d9b907f5c288920.tar.gz
gitea-d78abd356186e5bfe841f5c70d9b907f5c288920.zip
Mirror fix on admin/orgs paging
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 f38256220f..05fcd2cd9c 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())