Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 115fefa

Browse files
Version bump
1 parent 7e04808 commit 115fefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

october

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
88
require __DIR__.'/vendor/autoload.php';
99
}
1010

11-
$app = new Symfony\Component\Console\Application('October CMS Bootstrapper', '0.2.26');
11+
$app = new Symfony\Component\Console\Application('October CMS Bootstrapper', '0.3.0');
1212
$app->add(new \OFFLINE\Bootstrapper\October\Console\InitCommand);
1313
$app->add(new \OFFLINE\Bootstrapper\October\Console\InstallCommand);
1414
$app->run();

0 commit comments

Comments
 (0)