Skip to content

Commit

Permalink
Target 5.55.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Nov 2, 2022
1 parent 937f32a commit 3c62d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/php/FiveFiftyFive.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function upgrade_5_55_alpha1($rev): void {
$this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
}

public function upgrade_5_55_beta1($rev): void {
public function upgrade_5_55_beta2($rev): void {
$this->addTask(ts('Fix Event Badge Upgrade'), 'fix_event_badge_upgrade');
}

Expand Down

0 comments on commit 3c62d09

Please sign in to comment.