Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/vmm/binaries_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
V51_1 CHVersion = "v51.1"
)

const DefaultVersion = V49_0
const DefaultVersion = V51_1

// SupportedVersions lists supported Cloud Hypervisor versions.
// On macOS, Cloud Hypervisor is not supported (use vz instead).
Expand Down
2 changes: 1 addition & 1 deletion lib/vmm/binaries_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
V51_1 CHVersion = "v51.1"
)

const DefaultVersion = V49_0
const DefaultVersion = V51_1

var SupportedVersions = []CHVersion{V49_0, V51_1}

Expand Down
Loading