diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a154e3b1..dd748d420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Rocketeer follows the [Semantic Versioning 2.0](http://semver.org/spec/v2.0.0.html) spec. +## [2.2.3] - 2016-07-21 + +### Fixed +- Fixed incorrect version constant + ## [2.2.2] - 2016-07-21 ### Fixed diff --git a/src/Rocketeer/Rocketeer.php b/src/Rocketeer/Rocketeer.php index 4c9a22b67..7b906d354 100644 --- a/src/Rocketeer/Rocketeer.php +++ b/src/Rocketeer/Rocketeer.php @@ -27,7 +27,7 @@ class Rocketeer * * @type string */ - const VERSION = '2.2.1'; + const VERSION = '2.2.3'; /** * The specific commit built.