From 3b4d9d70554e3a00f9a87baf2bca0f8c222638e5 Mon Sep 17 00:00:00 2001 From: Nathan Johnson Date: Tue, 1 Dec 2020 15:46:00 -0600 Subject: [PATCH] Release v1.5.15 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 73155fd81..6751c1b8d 100644 --- a/main.go +++ b/main.go @@ -50,7 +50,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 number -var version = "1.5.14" +var version = "1.5.15" var shuttingDown int32