Skip to content

Commit cfac9c9

Browse files
authored
Merge pull request opencontainers#354 from vbatts/bump-version
Bump version to v1.0.0-rc1
2 parents 47f3b53 + c551081 commit cfac9c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs-go/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ import "fmt"
1818

1919
const (
2020
// VersionMajor is for an API incompatible changes
21-
VersionMajor = 0
21+
VersionMajor = 1
2222
// VersionMinor is for functionality in a backwards-compatible manner
23-
VersionMinor = 5
23+
VersionMinor = 0
2424
// VersionPatch is for backwards-compatible bug fixes
2525
VersionPatch = 0
2626

2727
// VersionDev indicates development branch. Releases will be empty string.
28-
VersionDev = "-dev"
28+
VersionDev = "-rc1-dev"
2929
)
3030

3131
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)