Skip to content

Commit

Permalink
Changelog and 4.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Apr 30, 2023
1 parent 7869a95 commit 55a2723
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

### 4.0.4, 4.0.5 4/30/2023
### 4.0.4, 4.0.5, 4.0.6 4/30/2023

* Move register command out of runner and into Robo class. (#1143)
* More PHP 8.2 and 8.1 Fixes (#1131, #1133, #1135, #1141)
Expand Down
2 changes: 1 addition & 1 deletion src/Robo.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class Robo
{
const APPLICATION_NAME = 'Robo';
private const VERSION = '4.0.6-dev';
private const VERSION = '4.0.6';

/**
* The currently active container object, or NULL if not initialized yet.
Expand Down

0 comments on commit 55a2723

Please sign in to comment.