Skip to content

Commit

Permalink
Update lifecycle for pool.migration_compression
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Hoes <[email protected]>
  • Loading branch information
robhoes committed Dec 9, 2022
1 parent 4adbf80 commit cde2822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let prototyped_of_field = function
| "host", "last_software_update" ->
Some "22.20.0"
| "pool", "migration_compression" ->
Some "22.32.0-next"
Some "22.33.0"
| _ ->
None

Expand Down

0 comments on commit cde2822

Please sign in to comment.