diff --git a/include/motis/hashes.h b/include/motis/hashes.h index a01352998..610e92a05 100644 --- a/include/motis/hashes.h +++ b/include/motis/hashes.h @@ -17,7 +17,7 @@ constexpr auto const adr_version = []() { return meta_entry_t{"adr_bin_ver", 4U}; }; constexpr auto const n_version = []() { - return meta_entry_t{"nigiri_bin_ver", 7U}; + return meta_entry_t{"nigiri_bin_ver", 8U}; }; constexpr auto const matches_version = []() { return meta_entry_t{"matches_bin_ver", 4U};