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

Commit a66481a

Browse files
committed
Prepare 1.0.2 release
1 parent 1408999 commit a66481a

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
@@ -18,7 +18,7 @@ require file_exists(__DIR__.'/vendor/autoload.php')
1818
? __DIR__.'/vendor/autoload.php'
1919
: __DIR__.'/../../autoload.php';
2020

21-
$appVersion = '1.0.2-DEV';
21+
$appVersion = '1.0.2';
2222

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

0 commit comments

Comments
 (0)