diff --git a/providers/os/config/config.go b/providers/os/config/config.go index bc3cc75fc..9ecc480a3 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.3.8", + Version: "11.3.9", ConnectionTypes: []string{ shared.Type_Local.String(), shared.Type_SSH.String(),