From 52199a875a0a2a371af7e374c37b61b4a62de0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20G=C3=B6drei?= Date: Wed, 27 Mar 2024 08:32:18 +0100 Subject: [PATCH] Update Bitrise CLI and default plugins' version (#934) --- bitrise/setup.go | 4 ++-- version/build.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitrise/setup.go b/bitrise/setup.go index 31ad89a9..282cd333 100644 --- a/bitrise/setup.go +++ b/bitrise/setup.go @@ -36,11 +36,11 @@ var PluginDependencyMap = map[string]PluginDependency{ }, "workflow-editor": { Source: "https://github.com/bitrise-io/bitrise-workflow-editor.git", - MinVersion: "1.3.246", + MinVersion: "1.3.305", }, "analytics": { Source: "https://github.com/bitrise-io/bitrise-plugins-analytics.git", - MinVersion: "0.13.1", + MinVersion: "0.13.2", }, } diff --git a/version/build.go b/version/build.go index a1e8dd3f..3078a319 100644 --- a/version/build.go +++ b/version/build.go @@ -1,7 +1,7 @@ package version // VERSION is the main CLI version number. It's defined at build time using -ldflags -var VERSION = "2.10.0" +var VERSION = "2.11.0" // BuildNumber is the CI build number that creates the release. It's defined at build time using -ldflags var BuildNumber = ""