diff --git a/ocaml/src/alba_json.ml b/ocaml/src/alba_json.ml index e7df2e94..67aff11e 100644 --- a/ocaml/src/alba_json.ml +++ b/ocaml/src/alba_json.ml @@ -273,7 +273,7 @@ module Preset = struct object_checksum : object_checksum; fragment_encryption : fragment_encryption; in_use : (bool [@default true]); - version: int64; + version: (int64 [@default -1L]); } [@@deriving yojson] let to_yojson t =