Skip to content

Commit

Permalink
Prepare 2023-03-21 release (#3323)
Browse files Browse the repository at this point in the history
* fix: upgrade version string in php code
  • Loading branch information
dvikan authored Mar 22, 2023
1 parent 307f586 commit 9bb04ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
final class Configuration
{
private const VERSION = 'dev.2022-06-14';
private const VERSION = 'dev.2023-03-22';

private static $config = [];

Expand Down

0 comments on commit 9bb04ba

Please sign in to comment.