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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jul 11, 2013
1 parent d87c441 commit 0eb1eec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

- Ability to select which severs a Task executes on, on a per-task basis

### 0.6.3 (develop)
### 0.6.3 (stable)

- Application name is now always sluggified as a security
- Fix a bug where the Check task would fail on pretend mode
- Fix a bug where invalid directory separators would get cached and used

### 0.6.2 (stable)
### 0.6.2

- Make the Check task check for the remote presence of the configured SCM
- Fix Rocketeer not being able to use a `composer.phar` on the server
Expand Down
2 changes: 1 addition & 1 deletion src/Rocketeer/Rocketeer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Rocketeer
*
* @var string
*/
const VERSION = '0.6.2';
const VERSION = '0.6.3';

/**
* Build a new ReleasesManager
Expand Down

0 comments on commit 0eb1eec

Please sign in to comment.