Skip to content

Commit

Permalink
Merge pull request #754 from openvstorage/issue#753
Browse files Browse the repository at this point in the history
add default, so it's parseable again
  • Loading branch information
Romain Slootmaekers authored Jul 12, 2017
2 parents 3f569e4 + 6553dc7 commit 5858ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/src/alba_json.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 5858ca4

Please sign in to comment.