Skip to content

Commit aa15c86

Browse files
bump to 0.3.33
1 parent cc81afc commit aa15c86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Enforce architectural constraints in your PHP applications",
44
"type": "library",
55
"license": "MIT",
6-
"version": "0.3.32",
6+
"version": "0.3.33",
77
"authors": [
88
{
99
"name": "Pietro Campagnano",

tests/Unit/CLI/VersionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ class VersionTest extends TestCase
1111
{
1212
public function test_it_should_return_version(): void
1313
{
14-
$this->assertEquals('0.3.32', Version::get());
14+
$this->assertEquals('0.3.33', Version::get());
1515
}
1616
}

0 commit comments

Comments
 (0)