diff options
author | Unknwon <u@gogs.io> | 2016-01-14 21:21:56 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-14 21:21:56 +0800 |
commit | 29b07693dd3425994fe921ac307173f787addec8 (patch) | |
tree | 24edb70130bbce8b5e5822ba9ed78e2874e91db2 /gogs.go | |
parent | f75b5f42870b03ed366956f6b83ca21a34dad810 (diff) | |
download | gitea-29b07693dd3425994fe921ac307173f787addec8.tar.gz gitea-29b07693dd3425994fe921ac307173f787addec8.zip |
minor fix to #2383
- add tooltip for organization name in profile
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.8.20.0111" +const APP_VER = "0.8.21.0114" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |