diff --git a/ocaml/idl/datamodel_repository.ml b/ocaml/idl/datamodel_repository.ml index af8e809599..9b95af0465 100644 --- a/ocaml/idl/datamodel_repository.ml +++ b/ocaml/idl/datamodel_repository.ml @@ -176,9 +176,9 @@ let t = ~lifecycle: [ (Published, "1.301.0", "") - ; (Deprecated, "23.12.0-next", "Dummy transition") + ; (Deprecated, "23.18.0", "Dummy transition") ; ( Removed - , "23.12.0-next" + , "23.18.0" , "The up_to_date field of repository was removed" ) ] diff --git a/ocaml/idl/schematest.ml b/ocaml/idl/schematest.ml index a93705b080..ff6fc95756 100644 --- a/ocaml/idl/schematest.ml +++ b/ocaml/idl/schematest.ml @@ -2,7 +2,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 = "3efd34e77e3d098653f4f0e1c89bae1d" +let last_known_schema_hash = "a6771fbdb765e6f32b1823d1254fb366" let current_schema_hash : string = let open Datamodel_types in