Skip to content

Commit

Permalink
Update version numbers (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
tothszabi authored Sep 20, 2023
1 parent 2527170 commit a20cb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitrise/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var PluginDependencyMap = map[string]PluginDependency{
},
"workflow-editor": {
Source: "https://github.com/bitrise-io/bitrise-workflow-editor.git",
MinVersion: "1.3.241",
MinVersion: "1.3.246",
},
"analytics": {
Source: "https://github.com/bitrise-io/bitrise-plugins-analytics.git",
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.4.0"
var VERSION = "2.5.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 a20cb04

Please sign in to comment.