increment the version

This commit is contained in:
Fuheng Zhao 2021-07-22 17:13:11 -07:00
parent 37a0361617
commit e0eb7170ba
1 changed files with 1 additions and 1 deletions

View File

@ -4387,7 +4387,7 @@ public:
#pragma pack(push, 1)
struct MetaKey {
static constexpr int FORMAT_VERSION = 11;
static constexpr int FORMAT_VERSION = 12;
// This serves as the format version for the entire tree, individual pages will not be versioned
uint16_t formatVersion;
uint8_t height;