Skip to content

Commit fc550bf

Browse files
committed
4.1.12
1 parent 65ec1bd commit fc550bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG-4.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 4.1.12
2+
3+
* Dependency Injection: Fix PHP types being treated as classes #6031 by @cs278
4+
15
#### 4.1.11
26

37
* Another patch for class constant default values #6027 by @mwi-gofore

src/Codeception/Codecept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Codecept
1010
{
1111
use DispatcherWrapper;
1212

13-
const VERSION = '4.1.11';
13+
const VERSION = '4.1.12';
1414

1515
/**
1616
* @var \Codeception\PHPUnit\Runner

0 commit comments

Comments
 (0)