Skip to content

Commit

Permalink
Release of version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khelle committed Jun 17, 2017
1 parent f1f6610 commit 81a35cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core/src/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Core extends Container implements CoreInterface
/**
* @var string
*/
const VERSION = '0.4.0';
const VERSION = '0.4.1';

/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion test/_Unit/Core/CoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CoreTest extends TUnit
*/
public function testCaseVersionConst_HasVersion()
{
$this->assertSame('0.4.0', Core::VERSION);
$this->assertSame('0.4.1', Core::VERSION);
}

/**
Expand Down

0 comments on commit 81a35cf

Please sign in to comment.