Skip to content

Commit c150f96

Browse files
StandWithUkraine
1 parent be731c6 commit c150f96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/CH.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
final class CH
2525
{
26-
public const VERSION = '5.10.7';
27-
public const RELEASE_DATE = '2022-02-21';
26+
public const VERSION = '5.10.8';
27+
public const RELEASE_DATE = '2022-03-06';
2828
public const CONFIG = 'captainhook.json';
2929
}

src/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function getDefaultCommands(): array
8585
public function getLongVersion(): string
8686
{
8787
return sprintf(
88-
'<info>%s</info> version <comment>%s</comment> %s',
88+
'<info>%s</info> version <comment>%s</comment> %s <fg=blue>#StandWith</><fg=yellow>Ukraine</>',
8989
$this->getName(),
9090
$this->getVersion(),
9191
CH::RELEASE_DATE

0 commit comments

Comments
 (0)