Skip to content

Commit

Permalink
Prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GeLoLabs committed Feb 10, 2015
1 parent 1627f55 commit a1a5ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

### 0.6.0 (????-??-??)
### 0.6.0 (2015-02-10)

* cd7e18b - [HttpAdapterFactory] Added a guess and capable methods
* 21055c2 - Add parallel requests support
Expand Down
4 changes: 2 additions & 2 deletions src/HttpAdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
*/
interface HttpAdapterInterface
{
const VERSION = '0.6.0-DEV';
const VERSION = '0.6.0';
const VERSION_ID = '00600';
const MAJOR_VERSION = '0';
const MINOR_VERSION = '6';
const PATCH_VERSION = '0';
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

/**
* Gets the configuration.
Expand Down

0 comments on commit a1a5ef1

Please sign in to comment.