Skip to content

Commit

Permalink
ci: update the data version to 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-render committed Dec 7, 2023
1 parent 48dda19 commit da0e90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/base/update/updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@



$v=602; #####################################################################################
$v=604; #####################################################################################
$updates->$v = new stdClass();

# UPDATE TO
$updates->$v->version_major = 6;
$updates->$v->version_medium = 0;
$updates->$v->version_minor = 2;
$updates->$v->version_minor = 4;

# MINIMUM UPDATE FROM
$updates->$v->update_from_major = 6;
Expand Down

0 comments on commit da0e90a

Please sign in to comment.