Skip to content

Commit

Permalink
bump to version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Feb 18, 2020
1 parent b8a7a96 commit 93680d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Module implements ConsoleUsageProviderInterface,VersionProviderInterface
{
use VersionProviderTrait;

const VERSION = '0.9.0';
const VERSION = '0.9.1';

public function getConsoleUsage(AdapterInterface $console)
{
Expand Down

0 comments on commit 93680d9

Please sign in to comment.