Skip to content

Commit c1359ff

Browse files
committed
Bump version to 0.11.2
1 parent 863422a commit c1359ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/studio

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use Symfony\Component\Console\Application;
2323

2424
$config = Config::make();
2525

26-
$application = new Application('studio', '0.11.1');
26+
$application = new Application('studio', '0.11.2');
2727
$application->add(new CreateCommand);
2828
$application->add(new LoadCommand($config));
2929
$application->add(new UnloadCommand($config));

0 commit comments

Comments
 (0)