mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 19:06:23 +03:00
Prepare 2023-03-21 release (#3323)
* fix: upgrade version string in php code
This commit is contained in:
parent
307f5865c0
commit
9bb04ba848
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
final class Configuration
|
||||
{
|
||||
private const VERSION = 'dev.2022-06-14';
|
||||
private const VERSION = 'dev.2023-03-22';
|
||||
|
||||
private static $config = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue