diff options
author | 2018-07-17 20:44:01 +0200 | |
---|---|---|
committer | 2018-07-17 20:44:01 +0200 | |
commit | 6a98293fb3c0f71943bb3e39dabf922cdd14306c (patch) | |
tree | 043a33a0b1ca1c035265190b9ef32334ebc039a7 | |
parent | d79630e3b800b73612100b04b3e0573c895401b7 (diff) | |
download | rss-bridge-2018-07-17.tar.gz rss-bridge-2018-07-17.tar.zst rss-bridge-2018-07-17.zip |
[Configuration] Bump version to 2018-07-172018-07-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 0853605e..620b0e4d 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -1,7 +1,7 @@ <?php class Configuration { - public static $VERSION = '2018-06-10'; + public static $VERSION = '2018-07-17'; public static $config = null; |