Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwakefield committed Jun 27, 2017
1 parent 3edd10c commit 8b551a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kickoff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
require __DIR__.'/vendor/autoload.php';
}

$app = new Application('CraftCMS Installer', '1.1.0');
$app = new Application('CraftCMS Installer', '2.1.0');
$app->add(new NewCommand);
$app->add(new AddCommand);
$app->add(new ConfigCommand);
Expand Down

0 comments on commit 8b551a7

Please sign in to comment.