Skip to content

Commit d12da90

Browse files
authored
Merge pull request opencontainers#633 from WeiZhang555/syncup-hook-state
Rename `version` to `ociVersion` according to runtime.md
2 parents 9ce258d + c8f5a56 commit d12da90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs-go/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package specs
33
// State holds information about the runtime state of the container.
44
type State struct {
55
// Version is the version of the specification that is supported.
6-
Version string `json:"version"`
6+
Version string `json:"ociVersion"`
77
// ID is the container ID
88
ID string `json:"id"`
99
// Status is the runtime state of the container.

0 commit comments

Comments
 (0)