diff --git a/composer.json b/composer.json index 18e2e2d7..3c52575b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Enforce architectural constraints in your PHP applications", "type": "library", "license": "MIT", - "version": "0.2.12", + "version": "0.2.13", "authors": [ { "name": "Pietro Campagnano", diff --git a/tests/Unit/CLI/VersionTest.php b/tests/Unit/CLI/VersionTest.php index b5f3b260..7a904b9c 100644 --- a/tests/Unit/CLI/VersionTest.php +++ b/tests/Unit/CLI/VersionTest.php @@ -11,6 +11,6 @@ class VersionTest extends TestCase { public function test_it_should_return_version(): void { - $this->assertEquals('0.2.12', Version::get()); + $this->assertEquals('0.2.13', Version::get()); } }