Skip to content

Commit

Permalink
Merge pull request #153 from jolicode/r
Browse files Browse the repository at this point in the history
Prepare v0.7.1
  • Loading branch information
pyrech authored Jul 11, 2023
2 parents d2117cf + aad1f16 commit 2568c29
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 @@

## Unreleased

## 0.7.1 (2023-07-11)

* Fix the `castor --version` command when there is no `.castor.php` file

## 0.7.0 (2023-07-11)
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
class Application extends SymfonyApplication
{
public const NAME = 'castor';
public const VERSION = 'v0.7.0';
public const VERSION = 'v0.7.1';

public function __construct(
private readonly string $rootDir,
Expand Down

0 comments on commit 2568c29

Please sign in to comment.