Skip to content

Commit c4b8493

Browse files
authored
Merge pull request #31 from sitewards/update-application-version
Update the application version inside src/Application.php
2 parents 636835f + 2a4f5bd commit c4b8493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class Application extends SymfonyApplication
2525
{
2626
const APPLICATION_NAME = 'Sitewards Setup';
27-
const APPLICATION_VERSION = '1.0.0';
27+
const APPLICATION_VERSION = '2.0.1';
2828

2929
/** @var BridgeInterface */
3030
private $applicationBridge;

0 commit comments

Comments
 (0)