Skip to content

Commit

Permalink
Set migration version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Martyn Jones committed Dec 6, 2023
1 parent 802c59b commit f2e0b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DB/Migration/Migration20231109T1653383133.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct( \wpdb $wpdb, BudgetRecommendationTable $budget_rate
* @return string A version number. For example: 1.4.1
*/
public function get_applicable_version(): string {
return 'x.x.x';
return '2.5.13';

Check warning on line 44 in src/DB/Migration/Migration20231109T1653383133.php

View check run for this annotation

Codecov / codecov/patch

src/DB/Migration/Migration20231109T1653383133.php#L43-L44

Added lines #L43 - L44 were not covered by tests
}

/**
Expand Down

0 comments on commit f2e0b90

Please sign in to comment.