Skip to content

Commit

Permalink
Re-release as 2.0.5 (bad 2.0.4 released)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed May 22, 2020
1 parent b768615 commit be87265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Robo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit be87265

Please sign in to comment.