refactor(edgestack): rename version to fileVersion (#9157)

pull/9169/head
Oscar Zhou 1 year ago committed by GitHub
parent 14d84c8025
commit 801b7d43ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -301,7 +301,9 @@ type (
// StackDeploymentInfo records the information of a deployed stack
StackDeploymentInfo struct {
Version int `json:"Version"`
// FileVersion is the version of the stack file, used to detect changes
FileVersion int `json:"FileVersion"`
// ConfigHash is the commit hash of the git repository used for deploying the stack
ConfigHash string `json:"ConfigHash"`
}

Loading…
Cancel
Save