Skip to content

Commit

Permalink
Update current_version.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed Dec 8, 2021
1 parent 1352765 commit 347b7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/current_version.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// For storage in DB and update script use
$current_version = "2.3.2.0";
$current_version = "2.3.2.1";

// For on-screen display and consistency
$current_version_display = "2.3.2";
Expand All @@ -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-30";
$current_version_date_display = "2021-12-08";

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

0 comments on commit 347b7bb

Please sign in to comment.