1
0
Fork 0
forked from forgejo/forgejo

Minor fix for #2494

- Change tooltip size from mini to tiny in profile page
This commit is contained in:
Unknwon 2016-01-28 06:07:16 -05:00
parent 0617720c0c
commit 4deb876343
6 changed files with 10 additions and 10 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.8.23.0126"
const APP_VER = "0.8.24.0128"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())