Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Sep 11, 2019
1 parent 1951f16 commit 98ab79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dusk-updater
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/vendor/autoload.php')) {
require __DIR__.'/../../autoload.php';
}

$app = new Symfony\Component\Console\Application('Dusk Updater', '1.1.0');
$app = new Symfony\Component\Console\Application('Dusk Updater', '1.1.1');
$app->add(new Orchestra\DuskUpdater\DetectCommand());
$app->add(new Orchestra\DuskUpdater\UpdateCommand());

Expand Down

0 comments on commit 98ab79e

Please sign in to comment.