Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smeghead committed Sep 23, 2024
1 parent 2a249cb commit 434112f
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
@@ -1,5 +1,7 @@
# CHANGELOG

## v1.4.2 (2024-09-23)

### Features

* feat: support AsymmetricVisibility in constructor promotion.
Expand Down
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

final class Main
{
public const VERSION = 'v1.4.1';
public const VERSION = 'v1.4.2';

public function __construct(
private string $directory,
Expand Down

0 comments on commit 434112f

Please sign in to comment.