Skip to content

Commit 4becc09

Browse files
committed
Update datamodel_lifecycle.ml
Signed-off-by: Rob Hoes <[email protected]>
1 parent 189c82c commit 4becc09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ let prototyped_of_message = function
206206
| "VTPM", "create" ->
207207
Some "22.26.0"
208208
| "host", "disable_ssh" ->
209-
Some "25.12.0-next"
209+
Some "25.13.0"
210210
| "host", "enable_ssh" ->
211-
Some "25.12.0-next"
211+
Some "25.13.0"
212212
| "host", "emergency_clear_mandatory_guidance" ->
213213
Some "24.10.0"
214214
| "host", "apply_recommended_guidances" ->
@@ -228,9 +228,9 @@ let prototyped_of_message = function
228228
| "VM", "set_groups" ->
229229
Some "24.19.1"
230230
| "pool", "disable_ssh" ->
231-
Some "25.12.0-next"
231+
Some "25.13.0"
232232
| "pool", "enable_ssh" ->
233-
Some "25.12.0-next"
233+
Some "25.13.0"
234234
| "pool", "get_guest_secureboot_readiness" ->
235235
Some "24.17.0"
236236
| "pool", "set_ext_auth_cache_expiry" ->

0 commit comments

Comments
 (0)