Skip to content

Commit

Permalink
🧹 release github and k8s provider (#3735)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Apr 9, 2024
1 parent 9cbcbc0 commit 6be5466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion providers/github/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var Config = plugin.Provider{
Name: "github",
ID: "go.mondoo.com/cnquery/v9/providers/github",
Version: "10.5.0",
Version: "10.5.1",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down
2 changes: 1 addition & 1 deletion providers/k8s/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
var Config = plugin.Provider{
Name: "k8s",
ID: "go.mondoo.com/cnquery/v9/providers/k8s",
Version: "10.5.0",
Version: "10.5.1",
ConnectionTypes: []string{provider.ConnectionType},
Connectors: []plugin.Connector{
{
Expand Down

0 comments on commit 6be5466

Please sign in to comment.