Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Jul 19, 2017
1 parent 5d7fc65 commit 9af09b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Application/AppTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getVersion()

$app = new App($container);

$this->assertSame('0.1.0', $app->getVersion());
$this->assertSame('0.1', $app->getVersion());
}

/**
Expand Down

0 comments on commit 9af09b3

Please sign in to comment.