Update Configuration.php - Old Version Date in new Release (#3526)

Old Version Date in new Release
This commit is contained in:
Fake4d 2023-07-12 11:56:07 +02:00 committed by GitHub
parent 69aa751f40
commit 0f2b55fbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
*/
final class Configuration
{
private const VERSION = 'dev.2023-03-22';
private const VERSION = 'dev.2023-07-11';
private static $config = [];