From 29b07693dd3425994fe921ac307173f787addec8 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 14 Jan 2016 21:21:56 +0800 Subject: minor fix to #2383 - add tooltip for organization name in profile --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 76f89f6746..cc790b5f93 100644 --- a/gogs.go +++ b/gogs.go @@ -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()) -- cgit v1.2.3