From 446fbba59da42ed73df67c3d738b9945dbf0790a Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Mon, 25 Feb 2019 16:30:06 +0100 Subject: [PATCH] Release v1.5.11 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 117140726..8b5e446ac 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,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.10" +var version = "1.5.11" var shuttingDown int32