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

Commit e0b7ebf

Browse files
committed
bumped version to 0.3.0-DEV
1 parent 9e5855e commit e0b7ebf

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';
8+
$appVersion = '0.3.0-DEV';
99

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

0 commit comments

Comments
 (0)