Skip to content

Commit

Permalink
Release version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Dec 18, 2020
1 parent e866e64 commit d9502a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/studio
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Symfony\Component\Console\Application;

$config = Config::make();

$application = new Application('studio', '0.13.0');
$application = new Application('studio', '0.15.0');
$application->add(new CreateCommand);
$application->add(new LoadCommand($config));
$application->add(new UnloadCommand($config));
Expand Down

0 comments on commit d9502a5

Please sign in to comment.