From 16913ba8141c997367f5ec91126d2073b0324455 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 3 Jun 2017 02:58:54 -0400 Subject: css: start using fixing width container Get rid of responsive issue. Also fixes #4527. --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index c25e395f..f0969ecc 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/pkg/setting" ) -const APP_VER = "0.11.13.0602" +const APP_VER = "0.11.13.0603" func init() { setting.AppVer = APP_VER -- cgit v1.2.3