diff options
author | Unknwon <u@gogs.io> | 2018-03-29 05:57:08 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-03-29 05:57:11 -0400 |
commit | c17a6ff533442a67d61e860dd8d6f989ec367664 (patch) | |
tree | 53e35a63833b9a7fd164953bcbe6d2703776aaef /gogs.go | |
parent | c3c7944d79cd9ff7f5068fc854687deb342ffda8 (diff) |
templates/repo: show quick guide to people with write permission (#4646)
Used to only show people who has admin permission.
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/pkg/setting" ) -const APP_VER = "0.11.40.0321" +const APP_VER = "0.11.41.0329" func init() { setting.AppVer = APP_VER |