Skip to content

Commit 9bb04ba

Browse files
authored
Prepare 2023-03-21 release (#3323)
* fix: upgrade version string in php code
1 parent 307f586 commit 9bb04ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
final class Configuration
2121
{
22-
private const VERSION = 'dev.2022-06-14';
22+
private const VERSION = 'dev.2023-03-22';
2323

2424
private static $config = [];
2525

0 commit comments

Comments
 (0)