File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,6 @@ let t =
6565 " Date before which the certificate is valid"
6666 ; field ~qualifier: StaticRO ~lifecycle ~ty: String " fingerprint"
6767 ~default_value: (Some (VString " " ))
68- " The certificate's fingerprint / hash"
68+ " The certificate's SHA256 fingerprint / hash"
6969 ]
7070 ~messages: [] ()
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ open Datamodel_roles
1010 to leave a gap for potential hotfixes needing to increment the schema version.*)
1111let schema_major_vsn = 5
1212
13- let schema_minor_vsn = 767
13+ let schema_minor_vsn = 768
1414
1515(* Historical schema versions just in case this is useful later *)
1616let rio_schema_major_vsn = 5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ let hash x = Digest.string x |> Digest.to_hex
22
33(* BEWARE: if this changes, check that schema has been bumped accordingly in
44 ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *)
5- let last_known_schema_hash = " 95077aed35b715c362c7cf98902de578 "
5+ let last_known_schema_hash = " 8ff8c73b261e332b889583c8b2df5ecc "
66
77let current_schema_hash : string =
88 let open Datamodel_types in
You can’t perform that action at this time.
0 commit comments