From ff5734da93838545e547fee93fff7a25a2e0cbb8 Mon Sep 17 00:00:00 2001 From: Alexander Taepper Date: Mon, 29 Jul 2024 16:20:43 +0200 Subject: [PATCH] feat: bump serialization version to 2 --- include/silo/common/data_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/silo/common/data_version.h b/include/silo/common/data_version.h index d53300226..bcfce5a96 100644 --- a/include/silo/common/data_version.h +++ b/include/silo/common/data_version.h @@ -30,7 +30,7 @@ class DataVersion { uint32_t value; }; - static constexpr SerializationVersion CURRENT_SILO_SERIALIZATION_VERSION{1}; + static constexpr SerializationVersion CURRENT_SILO_SERIALIZATION_VERSION{2}; private: Timestamp timestamp;