Skip to content

Commit

Permalink
feat: bump serialization version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Jul 29, 2024
1 parent cb380cf commit ff5734d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/silo/common/data_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ff5734d

Please sign in to comment.