From fd5cb19b27dbb5e02a75de537cb9e68382ed6a91 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Tue, 6 Feb 2018 23:02:09 +0100 Subject: [PATCH] Release 1.5.7 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a8637354e..ba934d572 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.6" +var version = "1.5.7" var shuttingDown int32