Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Oct 27, 2017
1 parent 7c7aebb commit 402d11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci-detector
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (!requireIfExists(__DIR__ . '/../vendor/autoload.php') // when used directly

date_default_timezone_set('Europe/Prague');

$application = new Application('CI Detector', '2.1.0');
$application = new Application('CI Detector', '3.0.0');

$application->add(new DetectCommand(new CiDetector()));
$application->add(new DumpCommand(new CiDetector()));
Expand Down

0 comments on commit 402d11f

Please sign in to comment.