Skip to content

Commit

Permalink
Prepare release v0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Sep 3, 2024
1 parent a1106c8 commit b3241cb
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
Expand Up @@ -2,6 +2,10 @@

## Not released yet

## 0.18.3 (2024-09-03)

* Fix releasing

## 0.18.2 (2024-09-03)

* Do not build static-darwin-amd64 binary anymore (may be temporary)
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.18.3';

private Command $command;

Expand Down

0 comments on commit b3241cb

Please sign in to comment.