bump version for 1.22.1

This commit is contained in:
Tamo
2025-09-25 10:58:32 +02:00
parent efeae09ce1
commit c50a337c29
18 changed files with 39 additions and 38 deletions

View File

@@ -45,6 +45,7 @@ pub fn upgrade_index_scheduler(
(1, 19, _) => 0,
(1, 20, _) => 0,
(1, 21, _) => 0,
(1, 22, _) => 0,
(major, minor, patch) => {
if major > current_major
|| (major == current_major && minor > current_minor)