minor fix to #2383

- add tooltip for organization name in profile
This commit is contained in:
Unknwon 2016-01-14 21:21:56 +08:00
parent f75b5f4287
commit 29b07693dd
4 changed files with 4 additions and 4 deletions

View file

@ -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())