diff --git a/providers/oci/config/config.go b/providers/oci/config/config.go index 89fa0b3c9f..17d5c86149 100644 --- a/providers/oci/config/config.go +++ b/providers/oci/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "oci", ID: "go.mondoo.com/cnquery/providers/oci", - Version: "9.0.0", + Version: "9.0.1", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/okta/config/config.go b/providers/okta/config/config.go index 1cab2bccea..9ea1320605 100644 --- a/providers/okta/config/config.go +++ b/providers/okta/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "okta", ID: "go.mondoo.com/cnquery/providers/okta", - Version: "9.0.0", + Version: "9.0.1", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ { diff --git a/providers/opcua/config/config.go b/providers/opcua/config/config.go index 588bb91b57..43c9a82ade 100644 --- a/providers/opcua/config/config.go +++ b/providers/opcua/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "opcua", ID: "go.mondoo.com/cnquery/providers/opcua", - Version: "9.0.0", + Version: "9.0.1", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {