diff options
author | 2019-03-17 20:28:55 +0100 | |
---|---|---|
committer | 2019-03-17 20:28:55 +0100 | |
commit | ae2c35c18a28bd68d388652215501f475032faa9 (patch) | |
tree | 6da735057beb181d2cd8ef18c4f53b7ac47daa81 | |
parent | 5b80bcaa0422424e07134eb4dc42277833f9e2ce (diff) | |
download | rss-bridge-2019-03-17.tar.gz rss-bridge-2019-03-17.tar.zst rss-bridge-2019-03-17.zip |
[Configuration] Bump version to 2019-03-172019-03-17
-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 0fdcbda5..7d3a0f50 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-02-19'; + public static $VERSION = '2019-03-17'; /** * Holds the configuration data. |