Skip to content

Commit

Permalink
bump version 9.8.29 | 2018.05.01
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Apr 30, 2018
1 parent 4246e0d commit 7e4c381
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.28 | 2018.01.27";
$emoncms_version = ($feed_settings['redisbuffer']['enabled'] ? "low-write " : "") . "9.8.29 | 2018.05.01";

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

0 comments on commit 7e4c381

Please sign in to comment.