We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e866e64 commit d9502a5Copy full SHA for d9502a5
bin/studio
@@ -22,7 +22,7 @@ use Symfony\Component\Console\Application;
22
23
$config = Config::make();
24
25
-$application = new Application('studio', '0.13.0');
+$application = new Application('studio', '0.15.0');
26
$application->add(new CreateCommand);
27
$application->add(new LoadCommand($config));
28
$application->add(new UnloadCommand($config));
0 commit comments