Skip to content

Commit

Permalink
Fix for Issue #984
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Humphrey committed Oct 8, 2018
1 parent d94ccc5 commit 31ef979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/current_version.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if (!empty($current_version_display_append)) $current_version_display .= " ".$current_version_display_append;

// Change date for each pre-release and release. Will trigger a force update.
$current_version_date_display = "2018-09-95";
$current_version_date_display = "2018-10-05";

// Convert current version date to Unix timestamp
$current_version_date = strtotime($current_version_date_display);
Expand Down

0 comments on commit 31ef979

Please sign in to comment.