From 5994bb8076a9559dfcb207bcdd07a0cf531009eb Mon Sep 17 00:00:00 2001 From: lszucs <44788749+lszucs@users.noreply.github.com> Date: Mon, 9 Dec 2019 15:05:58 +0100 Subject: [PATCH] update workflow editor plugin version (#687) --- bitrise/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitrise/setup.go b/bitrise/setup.go index 2352c51aa..79caa2c13 100644 --- a/bitrise/setup.go +++ b/bitrise/setup.go @@ -36,7 +36,7 @@ var PluginDependencyMap = map[string]PluginDependency{ }, "workflow-editor": PluginDependency{ Source: "https://github.com/bitrise-io/bitrise-workflow-editor.git", - MinVersion: "1.1.66", + MinVersion: "1.1.67", }, "analytics": PluginDependency{ Source: "https://github.com/bitrise-io/bitrise-plugins-analytics.git",