Skip to content

Commit

Permalink
Update schematest
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Hoes <[email protected]>
  • Loading branch information
robhoes committed Feb 14, 2024
1 parent a0aece9 commit 2c2d3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/idl/schematest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let hash x = Digest.string x |> Digest.to_hex
(* BEWARE: if this changes, check that schema has been bumped accordingly in
ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *)

let last_known_schema_hash = "e4a6f29203bc65b75e969b9d4570933e"
let last_known_schema_hash = "186131ad48f40dff30246e8e0c0dbf0a"

let current_schema_hash : string =
let open Datamodel_types in
Expand Down

0 comments on commit 2c2d3f6

Please sign in to comment.