summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-02-22 03:07:04 -0500
committerUnknwon <u@gogs.io>2015-02-22 03:07:04 -0500
commitc753fdceaf0549aa865cff4e1f42be5d907bbdb1 (patch)
treec1413a9e43240c6e9c73f2cd38ddfd6684ccf370 /gogs.go
parenta6a99d49cf98575a4792caffeb412737c58d4099 (diff)
downloadgitea-c753fdceaf0549aa865cff4e1f42be5d907bbdb1.tar.gz
gitea-c753fdceaf0549aa865cff4e1f42be5d907bbdb1.zip
templates/org/home.tmpl: fix org member can't see public repo
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 5c24e229a1..b2366b6341 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.14.0221 Beta"
+const APP_VER = "0.5.14.0222 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())