diff options
author | 2020-02-26 22:24:20 +0100 | |
---|---|---|
committer | 2020-02-26 22:24:20 +0100 | |
commit | 0705a2e7bb391d2eac707bb1d195e51f5911b334 (patch) | |
tree | 109024544b0198b09edb4427738acc6f8ecc6808 /lib/Configuration.php | |
parent | 84616f53bfe9e6af7d8cb3cd59c3c82d7c178240 (diff) | |
download | rss-bridge-2020-02-26.tar.gz rss-bridge-2020-02-26.tar.zst rss-bridge-2020-02-26.zip |
Bump version to dev.2020-02-262020-02-26
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 fa32be1f..76a34aff 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 = 'dev.2019-12-01'; + public static $VERSION = 'dev.2020-02-26'; /** * Holds the configuration data. |