Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Oct 14, 2014
1 parent 4d7db49 commit 6c80114
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -32,6 +32,6 @@
"psr-0": {
"PhpBrew": "src"
}
}
}

},
"version": "1.15.0"
}
Binary file modified phpbrew
Binary file not shown.
2 changes: 1 addition & 1 deletion src/PhpBrew/Console.php
Expand Up @@ -6,7 +6,7 @@
class Console extends Application
{
const NAME = 'phpbrew';
const VERSION = "1.14.7";
const VERSION = "1.15.0";

public function init()
{
Expand Down

0 comments on commit 6c80114

Please sign in to comment.