diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea3068f1..76b99eb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 2.0.4 05/22/2020 +### 2.0.4 - 2.0.5 05/22/2020 * Class ZipArchive does not have a constructor by Viktor Szépe (#902) * In instances where the simple default config rules are in use, allow for config files to be loaded from the root of the app when Robo is in the vendor directory. (#948) diff --git a/src/Robo.php b/src/Robo.php index b2b762d81..5c3f81f6a 100644 --- a/src/Robo.php +++ b/src/Robo.php @@ -21,7 +21,7 @@ class Robo { const APPLICATION_NAME = 'Robo'; - const VERSION = '2.0.4'; + const VERSION = '2.0.5'; /** * The currently active container object, or NULL if not initialized yet.