diff options
author | 2019-12-01 13:34:09 +0100 | |
---|---|---|
committer | 2019-12-01 13:34:09 +0100 | |
commit | 477de4e2df48cbe1aac2f4d5c96919bdfb6011a9 (patch) | |
tree | 67f3c6e068458f34decc5ee59d69cde26df8a86d /lib | |
parent | 246470da18b0f49f256fc67b32b0641867c04c87 (diff) | |
download | rss-bridge-2019-12-01.tar.gz rss-bridge-2019-12-01.tar.zst rss-bridge-2019-12-01.zip |
Bump version to 2019-12-012019-12-01
Diffstat (limited to 'lib')
-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 8978ea70..6d524234 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-09-12'; + public static $VERSION = '2019-12-01'; /** * Holds the configuration data. |