From 9a5a27ea8d855e8724ebb066a40e43a7dea119f5 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 15 Mar 2016 19:52:40 -0400 Subject: Improve repository lable style - add border-radius to filter list items - use color as background of label for issue/pull view page --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 1906c176aa..bca4719f1b 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.10.0315" +const APP_VER = "0.9.11.0316" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3