Skip to content

Commit

Permalink
Update Bitrise CLI and default plugins' version (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei authored Mar 27, 2024
1 parent 6bcf325 commit 52199a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bitrise/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}

Expand Down
2 changes: 1 addition & 1 deletion version/build.go
Original file line number Diff line number Diff line change
@@ -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 = ""
Expand Down

0 comments on commit 52199a8

Please sign in to comment.