Skip to content

Commit

Permalink
Bump version to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Nov 25, 2016
1 parent 863422a commit c1359ff
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.1');
$application = new Application('studio', '0.11.2');
$application->add(new CreateCommand);
$application->add(new LoadCommand($config));
$application->add(new UnloadCommand($config));
Expand Down

0 comments on commit c1359ff

Please sign in to comment.