Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 9e5855e

Browse files
committed
prepared the 0.2.0 release
1 parent 22dfd56 commit 9e5855e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require file_exists(__DIR__.'/vendor/autoload.php')
55
? __DIR__.'/vendor/autoload.php'
66
: __DIR__.'/../../autoload.php';
77

8-
$appVersion = '0.2.0-DEV';
8+
$appVersion = '0.2.0';
99

1010
$app = new Symfony\Component\Console\Application('Symfony Installer', $appVersion);
1111
$app->add(new Symfony\Installer\AboutCommand($appVersion));

0 commit comments

Comments
 (0)