Skip to content

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Sep 15, 2017
1 parent da3cc1c commit 4f1cbbf
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 @@ -23,7 +23,7 @@ use Symfony\Component\Console\Application;

$config = Config::make();

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

0 comments on commit 4f1cbbf

Please sign in to comment.