Skip to content

Commit

Permalink
fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleorselli committed Feb 8, 2025
1 parent d4d04f7 commit 31ad9be
Showing 1 changed file with 1 addition and 1 deletion.
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.33', Version::get());
$this->assertEquals('0.4.0', Version::get());
}
}

0 comments on commit 31ad9be

Please sign in to comment.