Updated Rector to commit 4a3137cf6e5d0e0e71ee93e6f9b82ae9726603e6

4a3137cf6e remove cached fixture
This commit is contained in:
Tomas Votruba 2024-02-14 19:38:02 +00:00
parent 055cd31f66
commit 8e5eb93b0b
1 changed files with 2 additions and 2 deletions

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '2ff0f08bd7f7f6c848821bcabf0872f81a9c440b';
public const PACKAGE_VERSION = '4a3137cf6e5d0e0e71ee93e6f9b82ae9726603e6';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-02-14 19:26:45';
public const RELEASE_DATE = '2024-02-14 20:36:40';
/**
* @var int
*/