Skip to content

Commit

Permalink
🎉 oci-9.0.1, okta-9.0.1, opcua-9.0.1
Browse files Browse the repository at this point in the history
This release was created by cnquery's provider versioning bot.
You can find me under: `providers-sdk/v1/util/version`.
  • Loading branch information
Mondoo authored and arlimus committed Sep 23, 2023
1 parent 06330ba commit ec5b1dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion providers/oci/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/okta/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/opcua/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
{
Expand Down

0 comments on commit ec5b1dc

Please sign in to comment.