diff options
author | 2020-11-10 16:26:08 +0500 | |
---|---|---|
committer | 2020-11-10 16:26:08 +0500 | |
commit | ff50e4918c6fb5ffbf0d11dd378c3a68ace535ed (patch) | |
tree | b0c0f1cf76eab8fd176547b20670c32d78a83a0c /lib/Configuration.php | |
parent | 8e4d6d8fdb68eda035017a8008af38b914ceffd1 (diff) | |
download | rss-bridge-ff50e4918c6fb5ffbf0d11dd378c3a68ace535ed.tar.gz rss-bridge-ff50e4918c6fb5ffbf0d11dd378c3a68ace535ed.tar.zst rss-bridge-ff50e4918c6fb5ffbf0d11dd378c3a68ace535ed.zip |
Bump version to dev.2020-11-102020-11-10
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 d46a6091..c7be6aee 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.2020-02-26'; + public static $VERSION = 'dev.2020-11-10'; /** * Holds the configuration data. |