From a3021299868ad4f8f2beaaa696150cba31aeec37 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Tue, 17 Jan 2017 11:53:41 +0100 Subject: [PATCH] Release v1.3.6 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index caa75bb93..8da8f5262 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,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.3.5" +var version = "1.3.6" func main() { cfg, err := config.Load(os.Args, os.Environ())