Prepare 2023-03-21 release (#3323)

* fix: upgrade version string in php code
This commit is contained in:
Dag 2023-03-22 19:32:19 +01:00 committed by GitHub
parent 307f5865c0
commit 9bb04ba848
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.2022-06-14';
private const VERSION = 'dev.2023-03-22';
private static $config = [];