Skip to content

Commit

Permalink
chore: original_version must always be present
Browse files Browse the repository at this point in the history
  • Loading branch information
zostay committed Mar 13, 2024
1 parent 8964750 commit be1a1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ost/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

type Metadata struct {
Version int `yaml:"version" json:"version"`
OriginalVersion int `yaml:"original_version,omitempty" json:"original_version,omitempty"`
OriginalVersion int `yaml:"original_version" json:"original_version"`
Pruned bool `yaml:"pruned,omitempty" json:"pruned,omitempty"`
}

Expand Down

0 comments on commit be1a1bf

Please sign in to comment.