-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump models format version to 13 and version number to 2.3.0 (#878)
* Bump models format version to 13 and version number to 2.3.0 * Update version_test.go
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ import ( | |
|
||
const ( | ||
// FormatVersion ... | ||
FormatVersion = "12" | ||
FormatVersion = "13" | ||
) | ||
|
||
// StepListItemModel ... | ||
|
@@ -113,6 +113,7 @@ type BitriseDataModel struct { | |
|
||
// StepIDData ... | ||
// structured representation of a composite-step-id | ||
// | ||
// a composite step id is: step-lib-source::[email protected] | ||
type StepIDData struct { | ||
// SteplibSource : steplib source uri, or in case of local path just "path", and in case of direct git url just "git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters