Skip to content

Commit bf2b548

Browse files
committed
4.1.11
1 parent f8705ea commit bf2b548

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.11
2+
3+
* Another patch for class constant default values #6027 by @mwi-gofore
4+
15
#### 4.1.10
26

37
* Use fully qualified name for class constant defaults #6016 by @lastzero

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.10';
13+
const VERSION = '4.1.11';
1414

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

0 commit comments

Comments
 (0)