From 4688e9357aa37678e31ab22c1c7b5792c657e058 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Thu, 6 Jul 2017 09:33:06 +0200 Subject: [PATCH] Release v1.5.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e4ea3b252..e0c75fab6 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.0" +var version = "1.5.1" var shuttingDown int32