Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #43 from juriansluiman/hotfix/console
Browse files Browse the repository at this point in the history
Remove version in banner (class is removed)

Fixes #42
  • Loading branch information
Jurian Sluiman committed Oct 22, 2014
2 parents 7875982 + c472d3b commit 0bd7166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getConfig()
*/
public function getConsoleBanner(AdapterInterface $console)
{
return 'SlmQueueBeanstalkd ' . Version::VERSION;
return 'SlmQueueBeanstalkd';
}

/**
Expand Down

0 comments on commit 0bd7166

Please sign in to comment.