Skip to content

Commit

Permalink
Update Current Version Date
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed Nov 24, 2021
1 parent 7baa03e commit 4cbc4df
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 = "2021-11-12";
$current_version_date_display = "2021-11-24";

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

0 comments on commit 4cbc4df

Please sign in to comment.