Skip to content

Commit

Permalink
bump Bitrise config format version (9->10) (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei authored Feb 11, 2020
1 parent 70d75ce commit e572640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _tests/integration/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func Test_VersionOutput(t *testing.T) {

expectedOSVersion := fmt.Sprintf("%s (%s)", runtime.GOOS, runtime.GOARCH)
expectedVersionOut := fmt.Sprintf(`version: 1.38.0
format version: 9
format version: 10
os: %s
go: %s
build number:
Expand Down
2 changes: 1 addition & 1 deletion models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
StepRunStatusCodeSkippedWithRunIf = 4

// Version ...
Version = "9"
Version = "10"
)

// StepListItemModel ...
Expand Down

0 comments on commit e572640

Please sign in to comment.