fix: upgrade hardcoded version number, fix #4382 (#4384)

This commit is contained in:
Dag 2025-01-03 01:58:38 +01:00 committed by GitHub
parent 45ee018a6e
commit 7c6d4a932c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
*/
final class Configuration
{
private const VERSION = '2024-02-02';
private const VERSION = '2025-01-02';
private static $config = [];