Skip to content

Commit

Permalink
bump to 0.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMinoccheri committed May 3, 2024
1 parent 5ff8a2d commit 8bae504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Enforce architectural constraints in your PHP applications",
"type": "library",
"license": "MIT",
"version": "0.3.30",
"version": "0.3.31",
"authors": [
{
"name": "Pietro Campagnano",
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/CLI/VersionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class VersionTest extends TestCase
{
public function test_it_should_return_version(): void
{
$this->assertEquals('0.3.30', Version::get());
$this->assertEquals('0.3.31', Version::get());
}
}

0 comments on commit 8bae504

Please sign in to comment.