Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Mar 24, 2016
1 parent b0f37bf commit c9a74fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.1.3 (2016-03-24)

* Preserve globals in bootstrapped files

### 1.1.2 (2016-03-23)

* Preserve globals when using pho
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Console
{
const VERSION = '1.1.2';
const VERSION = '1.1.3';

const DEFAULT_REPORTER = 'pho\\Reporter\\DotReporter';

Expand Down

0 comments on commit c9a74fe

Please sign in to comment.