diff options
author | 2019-09-12 17:09:30 +0200 | |
---|---|---|
committer | 2019-09-12 17:09:30 +0200 | |
commit | b1be45df6cb6352dcd87678129a1fe2949b4d1da (patch) | |
tree | e5715cd6135c7d55b0995f5d0434e8a1855a7c2c /lib/Configuration.php | |
parent | b4f393a5cc107a090c52dff2b7b17e6f62ac027f (diff) | |
download | rss-bridge-b1be45df6cb6352dcd87678129a1fe2949b4d1da.tar.gz rss-bridge-b1be45df6cb6352dcd87678129a1fe2949b4d1da.tar.zst rss-bridge-b1be45df6cb6352dcd87678129a1fe2949b4d1da.zip |
[Configuration] Bump version to dev.2019-09-12
Diffstat (limited to 'lib/Configuration.php')
-rw-r--r-- | lib/Configuration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Configuration.php b/lib/Configuration.php index fc575d6b..3dc5dfb4 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -28,7 +28,7 @@ final class Configuration { * * @todo Replace this property by a constant. */ - public static $VERSION = '2019-09-12'; + public static $VERSION = 'dev.2019-09-12'; /** * Holds the configuration data. |