diff options
author | Unknwon <u@gogs.io> | 2015-02-22 03:07:04 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-02-22 03:07:04 -0500 |
commit | c753fdceaf0549aa865cff4e1f42be5d907bbdb1 (patch) | |
tree | c1413a9e43240c6e9c73f2cd38ddfd6684ccf370 /gogs.go | |
parent | a6a99d49cf98575a4792caffeb412737c58d4099 (diff) | |
download | gitea-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.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.14.0221 Beta" +const APP_VER = "0.5.14.0222 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |