From de0bf47b36a068d35ed5e3765f86c62512b3620a Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Sun, 10 Dec 2017 01:34:52 +0100 Subject: [PATCH] Release v1.5.4 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1efe99e6c..cae5e68d8 100644 --- a/main.go +++ b/main.go @@ -42,7 +42,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.3" +var version = "1.5.4" var shuttingDown int32