Skip to content

Commit

Permalink
Merge pull request #566 from jolicode/release-0.20
Browse files Browse the repository at this point in the history
Release v0.20.0
  • Loading branch information
pyrech authored Nov 13, 2024
2 parents 21ba2b5 + 152d340 commit 002d395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Not released yet

## 0.20.0 (2024-11-13)

### Features

* Add support for PHP 8.4
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Application extends SymfonyApplication
{
public const NAME = 'castor';
public const VERSION = 'v0.19.1';
public const VERSION = 'v0.20.0';

private Command $command;

Expand Down

0 comments on commit 002d395

Please sign in to comment.