We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a85a49 commit 961be82Copy full SHA for 961be82
composer.json
@@ -3,7 +3,7 @@
3
"description": "Enforce architectural constraints in your PHP applications",
4
"type": "library",
5
"license": "MIT",
6
- "version": "0.3.24",
+ "version": "0.3.25",
7
"authors": [
8
{
9
"name": "Pietro Campagnano",
tests/Unit/CLI/VersionTest.php
@@ -11,6 +11,6 @@ class VersionTest extends TestCase
11
12
public function test_it_should_return_version(): void
13
14
- $this->assertEquals('0.3.24', Version::get());
+ $this->assertEquals('0.3.25', Version::get());
15
}
16
0 commit comments