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

Commit

Permalink
Fixed incorrect version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jul 21, 2016
1 parent 1a95345 commit 423116c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
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.1';
const VERSION = '2.2.3';

/**
* The specific commit built.
Expand Down

0 comments on commit 423116c

Please sign in to comment.