Skip to content

Commit

Permalink
Update the application version inside src/Application.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanners committed Feb 10, 2017
1 parent 636835f commit 2a4f5bd
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 2a4f5bd

Please sign in to comment.