diff options
author | 2021-04-25 15:32:35 +0500 | |
---|---|---|
committer | 2021-04-25 15:32:35 +0500 | |
commit | b24b5ed3ee985d2a4c0b8dffc0018588ff99596d (patch) | |
tree | 0c0c9c7fd43a5baa3da94bbfdf206d35ac9c517c /lib/Configuration.php | |
parent | f06a8ae3072d61a9fee835b53aa34e6c4097edd7 (diff) | |
download | rss-bridge-b24b5ed3ee985d2a4c0b8dffc0018588ff99596d.tar.gz rss-bridge-b24b5ed3ee985d2a4c0b8dffc0018588ff99596d.tar.zst rss-bridge-b24b5ed3ee985d2a4c0b8dffc0018588ff99596d.zip |
Bump version to dev.2021-04-252021-04-25
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 16849e17..613089ab 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-11-10'; + public static $VERSION = 'dev.2021-04-25'; /** * Holds the configuration data. |