Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Sep 4, 2019
1 parent ee52368 commit 17302cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## v1.0.0 - 2016-09-04
- Initial release.

[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v2.0.2...HEAD
[v2.0.2]: https://github.com/raphaelstolt/lean-package-validator/compare/v2.0.1...v2.0.2
[v2.0.1]: https://github.com/raphaelstolt/lean-package-validator/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/raphaelstolt/lean-package-validator/compare/v1.9.0...v2.0.0
[v1.9.0]: https://github.com/raphaelstolt/lean-package-validator/compare/v1.8.1...v1.9.0
[v1.8.1]: https://github.com/raphaelstolt/lean-package-validator/compare/v1.8.0...v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion bin/lean-package-validator
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (false === $autoloaded) {
}

define('WORKING_DIRECTORY', getcwd());
define('VERSION', '2.0.1');
define('VERSION', '2.0.2');

use Stolt\LeanPackage\Commands\InitCommand;
use Stolt\LeanPackage\Commands\ValidateCommand;
Expand Down

0 comments on commit 17302cf

Please sign in to comment.