Update the versions

This commit is contained in:
Kerollmops
2025-03-13 15:58:01 +01:00
parent 1aa3375e12
commit 41d8161017
7 changed files with 7 additions and 6 deletions

View File

@ -29,6 +29,7 @@ pub fn upgrade_index_scheduler(
let start = match from {
(1, 12, _) => 0,
(1, 13, _) => 0,
(1, 14, _) => 0,
(major, minor, patch) => {
if major > current_major
|| (major == current_major && minor > current_minor)