We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be731c6 commit c150f96Copy full SHA for c150f96
src/CH.php
@@ -23,7 +23,7 @@
23
*/
24
final class CH
25
{
26
- public const VERSION = '5.10.7';
27
- public const RELEASE_DATE = '2022-02-21';
+ public const VERSION = '5.10.8';
+ public const RELEASE_DATE = '2022-03-06';
28
public const CONFIG = 'captainhook.json';
29
}
src/Console/Application.php
@@ -85,7 +85,7 @@ public function getDefaultCommands(): array
85
public function getLongVersion(): string
86
87
return sprintf(
88
- '<info>%s</info> version <comment>%s</comment> %s',
+ '<info>%s</info> version <comment>%s</comment> %s <fg=blue>#StandWith</><fg=yellow>Ukraine</>',
89
$this->getName(),
90
$this->getVersion(),
91
CH::RELEASE_DATE
0 commit comments