Skip to content

Commit

Permalink
fix: upgrade hardcoded version number, fix RSS-Bridge#4382
Browse files Browse the repository at this point in the history
  • Loading branch information
dvikan committed Jan 3, 2025
1 parent 45ee018 commit c806177
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 @@ -7,7 +7,7 @@
*/
final class Configuration
{
private const VERSION = '2024-02-02';
private const VERSION = '2025-01-02';

private static $config = [];

Expand Down

0 comments on commit c806177

Please sign in to comment.