From 2595d8525957f14530d5b9e633317f69431d1684 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Wed, 21 Feb 2024 13:03:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20gitlab-10.2.3=20(#3385)?= 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/gitlab/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/gitlab/config/config.go b/providers/gitlab/config/config.go index 0af112067e..aadcfa4fba 100644 --- a/providers/gitlab/config/config.go +++ b/providers/gitlab/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "gitlab", ID: "go.mondoo.com/cnquery/v9/providers/gitlab", - Version: "10.2.2", + Version: "10.2.3", ConnectionTypes: []string{ provider.ConnectionType, provider.GitlabGroupConnection,