From 9af09b3b9dcd46f4836020f582b3c76b4952c936 Mon Sep 17 00:00:00 2001 From: Art4 Date: Wed, 19 Jul 2017 16:21:07 +0200 Subject: [PATCH] Release 0.1 --- tests/Unit/Application/AppTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Application/AppTest.php b/tests/Unit/Application/AppTest.php index 682cf43c..1c23ed82 100644 --- a/tests/Unit/Application/AppTest.php +++ b/tests/Unit/Application/AppTest.php @@ -29,7 +29,7 @@ public function getVersion() $app = new App($container); - $this->assertSame('0.1.0', $app->getVersion()); + $this->assertSame('0.1', $app->getVersion()); } /**