diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index 57fc5bfb53..81e66daa76 100644 --- a/providers/aws/config/config.go +++ b/providers/aws/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "aws", ID: "go.mondoo.com/cnquery/v9/providers/aws", - Version: "10.3.2", + Version: "10.3.3", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ { diff --git a/providers/os/config/config.go b/providers/os/config/config.go index 1dfe5ed206..729bd59318 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: "10.3.2", + Version: "10.3.3", ConnectionTypes: []string{ shared.Type_Local.String(), shared.Type_SSH.String(),