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

Commit 7f8451f

Browse files
committed
bumped version to 1.0.1
1 parent 9a8417a commit 7f8451f

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.0';
21+
$appVersion = '1.0.1-DEV';
2222

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

0 commit comments

Comments
 (0)