diff --git a/providers/os/config/config.go b/providers/os/config/config.go index 95c1f2e387..88ae07b226 100644 --- a/providers/os/config/config.go +++ b/providers/os/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "os", ID: "go.mondoo.com/cnquery/v9/providers/os", - Version: "11.4.72", + Version: "11.4.73", ConnectionTypes: []string{ shared.Type_Local.String(), shared.Type_SSH.String(),