Skip to content

Commit

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

0 comments on commit 76d65d2

Please sign in to comment.