Skip to content

Commit

Permalink
update nigiri hash
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Dec 7, 2024
1 parent c703dd9 commit e850634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/motis/hashes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit e850634

Please sign in to comment.