Skip to content

Commit

Permalink
Merge pull request #31 from sitewards/update-application-version
Browse files Browse the repository at this point in the history
Update the application version inside src/Application.php
  • Loading branch information
dpoposki authored Feb 10, 2017
2 parents 636835f + 2a4f5bd commit c4b8493
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 @@ -24,7 +24,7 @@
class Application extends SymfonyApplication
{
const APPLICATION_NAME = 'Sitewards Setup';
const APPLICATION_VERSION = '1.0.0';
const APPLICATION_VERSION = '2.0.1';

/** @var BridgeInterface */
private $applicationBridge;
Expand Down

0 comments on commit c4b8493

Please sign in to comment.