We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f6610 commit 81a35cfCopy full SHA for 81a35cf
src/Core/src/Core.php
@@ -14,7 +14,7 @@ class Core extends Container implements CoreInterface
14
/**
15
* @var string
16
*/
17
- const VERSION = '0.4.0';
+ const VERSION = '0.4.1';
18
19
20
test/_Unit/Core/CoreTest.php
@@ -23,7 +23,7 @@ class CoreTest extends TUnit
23
24
public function testCaseVersionConst_HasVersion()
25
{
26
- $this->assertSame('0.4.0', Core::VERSION);
+ $this->assertSame('0.4.1', Core::VERSION);
27
}
28
29
0 commit comments