diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1c2cd46..addec441e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -### [v1.5.11](https://github.com/fabiolb/fabio/releases/tag/v1.5.11) - 25 Feb 2019 +### Unreleased #### Breaking Changes diff --git a/main.go b/main.go index 8b5e446ac..117140726 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,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.11" +var version = "1.5.10" var shuttingDown int32