Skip to content

Commit

Permalink
update version in Application class
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Aug 22, 2018
1 parent e68ce18 commit 8295a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class Application extends Container
{
const VERSION = '1.0.0';
const VERSION = '1.1.1';

public function __construct(array $values = [])
{
Expand Down

0 comments on commit 8295a26

Please sign in to comment.