From a8a4958ce708102e22bf5971e8b600005f313dce Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Tue, 1 Oct 2024 18:03:05 +0200 Subject: [PATCH] Bump .sti file format version --- src/index.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.cpp b/src/index.cpp index d1e8af35..0ae9c9f1 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -21,7 +21,7 @@ #include static Logger& logger = Logger::get(); -static const uint32_t STI_FILE_FORMAT_VERSION = 2; +static const uint32_t STI_FILE_FORMAT_VERSION = 3; namespace {