version: release 1.0.2 · opencontainers/image-spec@67d2d56 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 67d2d56

version: release 1.0.2

Signed-off-by: Vincent Batts vbatts@hashbangbash.com

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ const (
22 22 // VersionMinor is for functionality in a backwards-compatible manner
23 23 VersionMinor = 0
24 24 // VersionPatch is for backwards-compatible bug fixes
25 -VersionPatch = 1
25 +VersionPatch = 2
26 26
27 27 // VersionDev indicates development branch. Releases will be empty string.
28 28 VersionDev = ""