Skip to content

Commit c2eadda

Browse files
committed
4.1.10
1 parent 5e6c2fa commit c2eadda

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG-4.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 4.1.10
2+
3+
* Use fully qualified name for class constant defaults #6016 by @lastzero
4+
* add ServerConstAdapter for phpdotenv v5 #6015 by #retnek
5+
16
#### 4.1.9
27

38
* Support PHP 8 #5999

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

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

0 commit comments

Comments
 (0)