Skip to content

Commit

Permalink
Changelog and 4.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Apr 30, 2023
1 parent 3a5256b commit 30ebe19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.4, 4.0.5 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 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=8.0",
"consolidation/annotated-command": "4.8.1",
"consolidation/annotated-command": "^4.8.1",
"consolidation/config": "^2.0.1",
"consolidation/log": "^2.0.2 || ^3",
"consolidation/output-formatters": "^4.1.2",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5-dev';
private const VERSION = '4.0.5';

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

0 comments on commit 30ebe19

Please sign in to comment.