Skip to content

Commit

Permalink
StandWithUkraine
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Mar 6, 2022
1 parent be731c6 commit c150f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/CH.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
final class CH
{
public const VERSION = '5.10.7';
public const RELEASE_DATE = '2022-02-21';
public const VERSION = '5.10.8';
public const RELEASE_DATE = '2022-03-06';
public const CONFIG = 'captainhook.json';
}
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function getDefaultCommands(): array
public function getLongVersion(): string
{
return sprintf(
'<info>%s</info> version <comment>%s</comment> %s',
'<info>%s</info> version <comment>%s</comment> %s <fg=blue>#StandWith</><fg=yellow>Ukraine</>',
$this->getName(),
$this->getVersion(),
CH::RELEASE_DATE
Expand Down

0 comments on commit c150f96

Please sign in to comment.