Skip to content

Commit

Permalink
Release version 1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jan 7, 2017
1 parent b0e384e commit 545904a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

<!-- There is always Unreleased section on the top. -->

## Unreleased

## 1.0.0 - 2017-01-07
- Initial release
2 changes: 1 addition & 1 deletion bin/ci-detector
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (!requireIfExists(__DIR__ . '/../vendor/autoload.php') // when used directly

date_default_timezone_set('Europe/Prague');

$application = new Application('CI detector', '0.1.0');
$application = new Application('CI detector', '1.0.0');

$application->add(new DetectCommand(new CiDetector()));
$application->run();

0 comments on commit 545904a

Please sign in to comment.