diff options
author | Unknwon <u@gogs.io> | 2016-07-23 18:58:18 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-23 18:58:18 +0800 |
commit | 69f53087611b3b3fc558f6656bf68ad8603f9776 (patch) | |
tree | 0ea0648c073adaa0bd390a96b194ac90c95dc98d /gogs.go | |
parent | 4b5e09e4d6061e12a2a6728e5f7cfdf2f2550e58 (diff) | |
download | gitea-69f53087611b3b3fc558f6656bf68ad8603f9776.tar.gz gitea-69f53087611b3b3fc558f6656bf68ad8603f9776.zip |
#2903 use different reversed words and patterns for repository and user
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.9.51.0723" +const APP_VER = "0.9.52.0723" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |