diff --git a/ocaml/idl/datamodel_lifecycle.ml b/ocaml/idl/datamodel_lifecycle.ml index c16a437434..60e46afb03 100644 --- a/ocaml/idl/datamodel_lifecycle.ml +++ b/ocaml/idl/datamodel_lifecycle.ml @@ -96,11 +96,11 @@ let prototyped_of_field = function | "pool", "telemetry_uuid" -> Some "23.9.0" | "pool", "ext_auth_cache_expiry" -> - Some "24.30.0-next" + Some "24.31.0" | "pool", "ext_auth_cache_size" -> - Some "24.30.0-next" + Some "24.31.0" | "pool", "ext_auth_cache_enabled" -> - Some "24.30.0-next" + Some "24.31.0" | "pool", "ext_auth_max_threads" -> Some "23.27.0" | "pool", "local_auth_max_threads" -> @@ -170,11 +170,11 @@ let prototyped_of_message = function | "pool", "get_guest_secureboot_readiness" -> Some "24.17.0" | "pool", "set_ext_auth_cache_expiry" -> - Some "24.30.0-next" + Some "24.31.0" | "pool", "set_ext_auth_cache_size" -> - Some "24.30.0-next" + Some "24.31.0" | "pool", "set_ext_auth_cache_enabled" -> - Some "24.30.0-next" + Some "24.31.0" | "pool", "set_ext_auth_max_threads" -> Some "23.27.0" | "pool", "set_local_auth_max_threads" ->