Bump FS minor version (due to path separator addition)

This commit is contained in:
Marcus Holland-Moritz 2023-07-11 11:26:42 +02:00
parent ae69f12659
commit 795ae323fa

View File

@ -65,7 +65,7 @@ struct iovec_read_buf {
};
constexpr uint8_t MAJOR_VERSION = 2;
constexpr uint8_t MINOR_VERSION = 4;
constexpr uint8_t MINOR_VERSION = 5;
enum class section_type : uint16_t {
BLOCK = 0,