Skip to content

Commit

Permalink
Release 3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Dec 7, 2022
1 parent 8d56015 commit 820fa0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 3.0.11 12/7/2022

* PHP 8.2

### 3.0.10 2/21/2022

* symfony/process ^6
Expand Down
2 changes: 1 addition & 1 deletion src/Robo.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Robo
{
const APPLICATION_NAME = 'Robo';
const VERSION = '4.0.3-dev';
const VERSION = '3.0.11';

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

0 comments on commit 820fa0f

Please sign in to comment.