From 1a868fe162b1ad3c7db3165e4563396d002d19c3 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Wed, 24 Apr 2024 23:23:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20atlassian-11.0.3=20(#3842)?= 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/atlassian/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/atlassian/config/config.go b/providers/atlassian/config/config.go index 9a3bbed262..07fcb438f6 100644 --- a/providers/atlassian/config/config.go +++ b/providers/atlassian/config/config.go @@ -11,7 +11,7 @@ import ( var Config = plugin.Provider{ Name: "atlassian", ID: "go.mondoo.com/cnquery/v9/providers/atlassian", - Version: "11.0.2", + Version: "11.0.3", ConnectionTypes: []string{ provider.DefaultConnectionType, "jira",