Skip to content

Commit 6728e66

Browse files
committed
specs-go/state: Fix 'version' -> 'ociVersion'
This should have been ociVersion since 7117ede (Expand on the definition of our ops, 2015-10-13, #225) changed the key in runtime.md. Signed-off-by: W. Trevor King <[email protected]>
1 parent 91c67c7 commit 6728e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
// Pid is the process id for the container's main process.

0 commit comments

Comments
 (0)