summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-10 16:27:47 -0500
committerUnknwon <u@gogs.io>2015-12-10 16:27:47 -0500
commit99e9bbef6c291e983ec919406ed50a91b929c34c (patch)
treee058ffae83c704edd6ff881ad78d791eb58ecbb0 /gogs.go
parent0e96a46020564af8a0061ccea09893422a48cc26 (diff)
downloadgitea-99e9bbef6c291e983ec919406ed50a91b929c34c.tar.gz
gitea-99e9bbef6c291e983ec919406ed50a91b929c34c.zip
fix bool check for repo max limit and fix hang when push repo with tons of commits
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 21f9bf9c91..305e6dd183 100644
--- a/gogs.go
+++ b/gogs.go
@@ -18,7 +18,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.7.39.1210 Beta"
+const APP_VER = "0.7.40.1210 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())