diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-19 21:19:37 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-19 21:19:37 -0500 |
commit | 0c92da7e9c4b4f41c016d14079db2ee405dbffba (patch) | |
tree | 19e197a9f536f62a15a0cd6a2127a8365b0cea2f /gogs.go | |
parent | 8fac41768cf583e5ecacd5c55c87cb17981089f9 (diff) | |
download | gitea-0c92da7e9c4b4f41c016d14079db2ee405dbffba.tar.gz gitea-0c92da7e9c4b4f41c016d14079db2ee405dbffba.zip |
fix invalid user links in admin panels
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.8.1118 Beta" +const APP_VER = "0.5.8.1119 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |