From 5b972ea84445e74a443b4ff2bd58ed2b66851bf9 Mon Sep 17 00:00:00 2001 From: Mondoo Date: Thu, 16 Jan 2025 15:01:46 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20gcp-11.0.60?= 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`. --- providers/gcp/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index 7e75068d02..167fe50615 100644 --- a/providers/gcp/config/config.go +++ b/providers/gcp/config/config.go @@ -14,7 +14,7 @@ import ( var Config = plugin.Provider{ Name: "gcp", ID: "go.mondoo.com/cnquery/v9/providers/gcp", - Version: "11.0.59", + Version: "11.0.60", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType),