Skip to content

Commit

Permalink
Prepare 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GeLoLabs committed Mar 8, 2015
1 parent 952cefa commit cea61a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.7.0 (????-??-??)
### 0.7.0 (2015-03-08)

* 5e844f6 - Move event dispatcher into a decorator
* d49ad91 - Rely on 'phly/http' for PSR-7 implementation
Expand Down
6 changes: 3 additions & 3 deletions src/PsrHttpAdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
*/
interface PsrHttpAdapterInterface
{
const VERSION = '0.7.0-DEV';
const VERSION_ID = '00600';
const VERSION = '0.7.0';
const VERSION_ID = '00700';
const MAJOR_VERSION = '0';
const MINOR_VERSION = '7';
const PATCH_VERSION = '0';
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

/**
* Gets the configuration.
Expand Down

0 comments on commit cea61a5

Please sign in to comment.