v2.5.1 - Update psr/log reqs
Some checks are pending
CI / Linter (push) Waiting to run
CI / PHPTest (8.1) (push) Waiting to run
CI / PHPTest (8.2) (push) Waiting to run
CI / PHPTest (8.3) (push) Waiting to run
CI / PHPTest (8.4) (push) Waiting to run

This commit is contained in:
Daniel Mason 2025-06-08 13:59:27 +12:00
parent e3ac97920c
commit eb3395645f
Signed by: idanoo
GPG key ID: 387387CDBC02F132
3 changed files with 6 additions and 3 deletions

View file

@ -12,7 +12,7 @@ namespace Resque;
class Resque
{
public const VERSION = '2.5.0';
public const VERSION = '2.5.1';
public const DEFAULT_INTERVAL = 5;