chore: Bump book metadata cache

This commit is contained in:
Dave Allie 2026-01-13 00:53:54 +11:00
parent 93a68b9ffa
commit f43397e86d
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

@ -9,7 +9,7 @@
#include "FsHelpers.h"
namespace {
constexpr uint8_t BOOK_CACHE_VERSION = 3;
constexpr uint8_t BOOK_CACHE_VERSION = 4;
constexpr char bookBinFile[] = "/book.bin";
constexpr char tmpSpineBinFile[] = "/spine.bin.tmp";
constexpr char tmpTocBinFile[] = "/toc.bin.tmp";