We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc81afc commit aa15c86Copy full SHA for aa15c86
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.32",
+ "version": "0.3.33",
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.32', Version::get());
+ $this->assertEquals('0.3.33', Version::get());
15
}
16
0 commit comments