Skip to content

Commit

Permalink
bump version 9.8.28 | 2018.01.27
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Jan 27, 2018
1 parent 8b898a3 commit a82d54f
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.27 | 2017.12.21";
$emoncms_version = ($feed_settings['redisbuffer']['enabled'] ? "low-write " : "") . "9.8.28 | 2018.01.27";

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

0 comments on commit a82d54f

Please sign in to comment.