From 3e587f19ef66c11cb2205cea7f6d1ebb5f3a40b7 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Thu, 29 Aug 2024 10:43:35 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20github-11.4.10=20(#4616)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release was created by cnquery's provider versioning bot. You can find me under: `providers-sdk/v1/util/version`. Co-authored-by: Mondoo --- providers/github/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/github/config/config.go b/providers/github/config/config.go index ffda9c2632..7bb5231375 100644 --- a/providers/github/config/config.go +++ b/providers/github/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "github", ID: "go.mondoo.com/cnquery/v9/providers/github", - Version: "11.4.9", + Version: "11.4.10", ConnectionTypes: []string{provider.ConnectionType}, Connectors: []plugin.Connector{ {