1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

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

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 = [];