Skip to content

Commit 0647920

Browse files
committed
version: v1.0.0-rc1
Signed-off-by: Vincent Batts <[email protected]>
1 parent 2bbd7f4 commit 0647920

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
@@ -4,14 +4,14 @@ import "fmt"
44

55
const (
66
// VersionMajor is for an API incompatible changes
7-
VersionMajor = 0
7+
VersionMajor = 1
88
// VersionMinor is for functionality in a backwards-compatible manner
9-
VersionMinor = 6
9+
VersionMinor = 0
1010
// VersionPatch is for backwards-compatible bug fixes
1111
VersionPatch = 0
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
14-
VersionDev = "-dev"
14+
VersionDev = "-rc1"
1515
)
1616

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

0 commit comments

Comments
 (0)