Skip to content

Commit

Permalink
Merge pull request #549 from jolicode/release
Browse files Browse the repository at this point in the history
Prepare release v0.19.0
  • Loading branch information
pyrech authored Oct 29, 2024
2 parents ddf46c4 + 4fee531 commit 18e6ba0
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

## Not released yet
## 0.19.0 (2024-10-29)

### Features

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class Application extends SymfonyApplication
{
public const NAME = 'castor';
public const VERSION = 'v0.18.2';
public const VERSION = 'v0.19.0';

private Command $command;

Expand Down

0 comments on commit 18e6ba0

Please sign in to comment.