-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update ZentaoDevOPS version constants, add version info and files
- Update the `DefaultZentaoDevOPSOSSVersion` constant from `18.10` to `18.11` - Update the `DefaultZentaoDevOPSMaxVersion` constant from `4.10` to `4.11` - Update the `DefaultZentaoDevOPSBizVersion` constant from `8.10` to `8.11` - Update the `DefaultZentaoDevOPSIPDVersion` constant from `1.2` to `1.3` - Add a `versionInfo` struct with fields `Latest`, `Stable`, and `Dev` - Write the `nextVersion` to the file `VERSION` - Write the `versionInfo` struct as JSON to the file `version.json` Signed-off-by: ysicing <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
9 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"latest": "3.0.14", | ||
"stable": "3.0.14", | ||
"dev": "3.0.14" | ||
} | ||
"latest": "3.0.14", | ||
"stable": "3.0.14", | ||
"dev": "3.0.14" | ||
} |