diff options
author | 2018-11-10 18:04:58 +0100 | |
---|---|---|
committer | 2018-11-10 18:04:58 +0100 | |
commit | a08811f1479495ba27e27b608ddd94e42ada463f (patch) | |
tree | d1dce25c356093bd7b0df2e6766388a95184e275 | |
parent | a935e310ff8c4c37e52e2832b82ffa402c285418 (diff) | |
download | rss-bridge-a08811f1479495ba27e27b608ddd94e42ada463f.tar.gz rss-bridge-a08811f1479495ba27e27b608ddd94e42ada463f.tar.zst rss-bridge-a08811f1479495ba27e27b608ddd94e42ada463f.zip |
Bump version to 2018-11-102018-11-10
-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 ed2c9436..3002822d 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -1,7 +1,7 @@ <?php class Configuration { - public static $VERSION = 'dev.2018-10-15'; + public static $VERSION = '2018-11-10'; public static $config = null; |