mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
Add 'dev.' to the release version in master
This helps (roughly) identifying versions when opening issues on GitHub, using the latest ZIP file for master. References #773
This commit is contained in:
parent
13bd7fe21b
commit
996295e82f
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
class Configuration {
|
||||
|
||||
public static $VERSION = '2018-09-09';
|
||||
public static $VERSION = 'dev.2018-09-09';
|
||||
|
||||
public static $config = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user