Skip to content

Commit

Permalink
sets version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Sep 18, 2019
1 parent c8d74ef commit d113064
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 = '1.1.0';
const VERSION = '0.8.1';

public function getConsoleUsage(AdapterInterface $console)
{
Expand Down

0 comments on commit d113064

Please sign in to comment.