Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed Nov 20, 2017
1 parent 2d0f960 commit b52b778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
require "param.php";
require "locale.php";

$emoncms_version = ($feed_settings['redisbuffer']['enabled'] ? "low-write " : "") . "9.8.16 | 2017.11.18";
$emoncms_version = ($feed_settings['redisbuffer']['enabled'] ? "low-write " : "") . "9.8.16 | 2017.11.19";

$path = get_application_path();
require "Lib/EmonLogger.php";
Expand Down

0 comments on commit b52b778

Please sign in to comment.