Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Update version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jul 10, 2016
1 parent 7f18f39 commit 09c7835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Rocketeer/Rocketeer.php
Expand Up @@ -27,7 +27,7 @@ class Rocketeer
*
* @type string
*/
const VERSION = '2.2.0';
const VERSION = '2.2.1';

/**
* The specific commit built.
Expand Down

0 comments on commit 09c7835

Please sign in to comment.