From 8dfe142db75e38327494611fa315e2fe2aa6b27b Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Fri, 5 Jan 2018 09:44:00 +0100 Subject: [PATCH] Release v1.5.6 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 03b5a93cc..1f4122c64 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,7 @@ import ( // It is also set by the linker when fabio // is built via the Makefile or the build/docker.sh // script to ensure the correct version nubmer -var version = "1.5.5" +var version = "1.5.6" var shuttingDown int32