From 09c78353b3a42417755ad4c3617406252c686cb6 Mon Sep 17 00:00:00 2001 From: Maxime Fabre Date: Sun, 10 Jul 2016 23:24:01 +0200 Subject: [PATCH] Update version constant --- CHANGELOG.md | 3 ++- src/Rocketeer/Rocketeer.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b960841ee..6db946b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Rocketeer follows the [Semantic Versioning 2.0](http://semver.org/spec/v2.0.0.html) spec. -## [2.2.1] - Unreleased +## [2.2.1] - 2016-07-10 ### Fixed - Rocketeer now uses the `composer.json` as source of truth for which extensions to check against @@ -394,6 +394,7 @@ Rocketeer follows the [Semantic Versioning 2.0](http://semver.org/spec/v2.0.0.ht - Added config file - Added `deploy:setup` and `deploy:deploy` commands +[2.2.1]: https://github.com/rocketeers/rocketeer/compare/2.2.0...2.2.1 [2.2.0]: https://github.com/rocketeers/rocketeer/compare/2.1.3...2.2.0 [2.1.3]: https://github.com/rocketeers/rocketeer/compare/2.1.2...2.1.3 [2.1.2]: https://github.com/rocketeers/rocketeer/compare/2.1.1...2.1.2 diff --git a/src/Rocketeer/Rocketeer.php b/src/Rocketeer/Rocketeer.php index 9c25dd6b3..4c9a22b67 100644 --- a/src/Rocketeer/Rocketeer.php +++ b/src/Rocketeer/Rocketeer.php @@ -27,7 +27,7 @@ class Rocketeer * * @type string */ - const VERSION = '2.2.0'; + const VERSION = '2.2.1'; /** * The specific commit built.