diff --git a/main.go b/main.go index e37fb9b30..679a9a9da 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.13" var shuttingDown int32