From f6759a731a063d5d2be8a932f8d1e1a784cc0528 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 4 Mar 2016 09:15:11 -0500 Subject: #2748 fix redirect loop with auto-signin --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 86adb081..3f7f4f4b 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.53.0303" +const APP_VER = "0.8.54.0304" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3