Skip to content

Commit e817f83

Browse files
committed
4.1.13
1 parent 24736ba commit e817f83

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.13
2+
3+
* Gherkin: Fixed loading methods from namespaced helper classes #6057
4+
15
#### 4.1.12
26

37
* Dependency Injection: Fix PHP types being treated as classes #6031 by @cs278

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

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

0 commit comments

Comments
 (0)