We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8705ea commit bf2b548Copy full SHA for bf2b548
CHANGELOG-4.1.md
@@ -1,3 +1,7 @@
1
+#### 4.1.11
2
+
3
+* Another patch for class constant default values #6027 by @mwi-gofore
4
5
#### 4.1.10
6
7
* Use fully qualified name for class constant defaults #6016 by @lastzero
src/Codeception/Codecept.php
@@ -10,7 +10,7 @@ class Codecept
10
{
11
use DispatcherWrapper;
12
13
- const VERSION = '4.1.10';
+ const VERSION = '4.1.11';
14
15
/**
16
* @var \Codeception\PHPUnit\Runner
0 commit comments