Skip to content

Commit

Permalink
Merge pull request #633 from WeiZhang555/syncup-hook-state
Browse files Browse the repository at this point in the history
Rename `version` to `ociVersion` according to runtime.md
  • Loading branch information
vbatts authored Dec 6, 2016
2 parents 9ce258d + c8f5a56 commit d12da90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package specs
// State holds information about the runtime state of the container.
type State struct {
// Version is the version of the specification that is supported.
Version string `json:"version"`
Version string `json:"ociVersion"`
// ID is the container ID
ID string `json:"id"`
// Status is the runtime state of the container.
Expand Down

0 comments on commit d12da90

Please sign in to comment.