Skip to content

Commit

Permalink
bumped v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael ANDRIEU committed Dec 8, 2015
1 parent a6fbfa5 commit c017e71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion certificationy.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
use Symfony\Component\Console\Application;
use Symfony\Component\Yaml\Yaml;

$application = new Application('certificationy-cli', '1.3');
const VERSION = 1.4;
const APPLICATION_NAME = 'Certificationy';

$application = new Application(self::APPLICATION_NAME, self::VERSION);

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

0 comments on commit c017e71

Please sign in to comment.