Skip to content

Commit c017e71

Browse files
author
Mickael ANDRIEU
committed
bumped v1.4
1 parent a6fbfa5 commit c017e71

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

certificationy.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
use Symfony\Component\Console\Application;
2020
use Symfony\Component\Yaml\Yaml;
2121

22-
$application = new Application('certificationy-cli', '1.3');
22+
const VERSION = 1.4;
23+
const APPLICATION_NAME = 'Certificationy';
24+
25+
$application = new Application(self::APPLICATION_NAME, self::VERSION);
2326

2427
$config = Yaml::parse(file_get_contents('config.yml'));
2528
$updateCommand = new Command('self-update');

0 commit comments

Comments
 (0)