Skip to content

Commit c5009f1

Browse files
Update datamodel lifecycle after new release (xapi-project#6828)
2 parents 64fda7a + c2d94fb commit c5009f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ocaml/idl/datamodel_lifecycle.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ let prototyped_of_field = function
148148
| "VM", "actions__after_softreboot" ->
149149
Some "23.1.0"
150150
| "pool", "vm_console_idle_timeout" ->
151-
Some "25.39.0-next"
151+
Some "26.0.0-next"
152152
| "pool", "limit_console_sessions" ->
153-
Some "25.39.0-next"
153+
Some "26.0.0-next"
154154
| "pool", "ha_reboot_vm_on_internal_shutdown" ->
155155
Some "25.16.0"
156156
| "pool", "license_server" ->

0 commit comments

Comments
 (0)