File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
src/PHPSemVerCheckerGit/Console Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
class Application extends SymfonyApplication {
10
10
11
- private static $ VERSION = '0.1 ' ;
12
-
13
- private static $ logo = ' ____ ______ _______
14
- / __ \/ ___/ | / / ___/
15
- / /_/ (__ )| |/ / /__
16
- / .___/____/ |___/\___/
17
- /_/
11
+ const VERSION = '@package_version@ ' ;
12
+
13
+ private static $ logo = ' _ __
14
+ ____ ______ ___________ _/_/ /_
15
+ / __ \/ ___/ | / / ___/ __ `/ / __/
16
+ / /_/ /__ /| |/ / /__/ /_/ / / /_
17
+ / .___/____/ |___/\___/\__, /_/\__/
18
+ /_/ /____/
18
19
' ;
19
20
20
21
public function __construct ()
21
22
{
22
- parent ::__construct ('PHP Semantic Versioning Checker GIT by Tom Rochette ' , static :: $ VERSION );
23
+ parent ::__construct ('PHP Semantic Versioning Checker GIT by Tom Rochette ' , self :: VERSION );
23
24
}
24
25
25
26
public function getHelp ()
You can’t perform that action at this time.
0 commit comments