Skip to content

Commit 81a35cf

Browse files
committed
Release of version 0.4.1
1 parent f1f6610 commit 81a35cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Core/src/Core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Core extends Container implements CoreInterface
1414
/**
1515
* @var string
1616
*/
17-
const VERSION = '0.4.0';
17+
const VERSION = '0.4.1';
1818

1919
/**
2020
* @var string

test/_Unit/Core/CoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CoreTest extends TUnit
2323
*/
2424
public function testCaseVersionConst_HasVersion()
2525
{
26-
$this->assertSame('0.4.0', Core::VERSION);
26+
$this->assertSame('0.4.1', Core::VERSION);
2727
}
2828

2929
/**

0 commit comments

Comments
 (0)