diff --git a/main.go b/main.go index b557b1219..3f2ccda85 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,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.9" +var version = "1.5.10" var shuttingDown int32