Skip to content

Commit e57b939

Browse files
committed
bump version
1 parent dea9d9d commit e57b939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
return [
3737
Application::class => \DI\factory(function (ContainerInterface $c) {
38-
$application = new \PhpSchool\WorkshopManager\Application('PHP School workshop manager', '1.0.0', $c);
38+
$application = new \PhpSchool\WorkshopManager\Application('PHP School workshop manager', '1.1.0', $c);
3939
$application->command('install workshopName', InstallWorkshop::class, ['add'])
4040
->setDescription('Install a PHP School workshop.');
4141
$application->command('uninstall workshopName', UninstallWorkshop::class, ['remove', 'delete'])
@@ -60,7 +60,7 @@
6060
$application->setAutoExit(false);
6161
$application->setCatchExceptions(false);
6262
$application->setName('PHP School Workshop Manager');
63-
$application->setVersion('1.0.1');
63+
$application->setVersion('1.1.0');
6464

6565
return $application;
6666
}),

0 commit comments

Comments
 (0)