Version bump, fix #392

This commit is contained in:
simon987
2023-07-15 11:57:18 -04:00
parent 70242846ae
commit f56cfb0f2f
5 changed files with 19 additions and 4 deletions

View File

@@ -75,6 +75,8 @@ void database_scan_begin(scan_args_t *args) {
database_write_index_descriptor(db, desc);
}
database_increment_version(db);
database_close(db, FALSE);
}