diff options
author | Unknwon <u@gogs.io> | 2015-11-24 19:14:00 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-24 19:14:00 -0500 |
commit | 3ca544912fe84f5a3202855037a110af40809d43 (patch) | |
tree | 545d50b94b764380919b3408e7acef1b2105039d /gogs.go | |
parent | 7f9598141bd7b0200d9342f01243228eab3061ba (diff) |
#1944 Drop /org/ URL path prefix in organization home page
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.7.21.1124 Beta" +const APP_VER = "0.7.22.1124 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |