Skip to content

Commit

Permalink
Update 2.7.1 Version Date
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed Aug 30, 2024
1 parent 26bb5f2 commit 0b362fb
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 @@ -13,7 +13,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 = "2024-08-02";
$current_version_date_display = "2024-08-30";

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

0 comments on commit 0b362fb

Please sign in to comment.