Skip to content

Commit 4728b6e

Browse files
committed
version: bump for 1.1.0-rc1 release
Signed-off-by: Sajay Antony <[email protected]>
1 parent decdb15 commit 4728b6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs-go/version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ const (
2020
// VersionMajor is for an API incompatible changes
2121
VersionMajor = 1
2222
// VersionMinor is for functionality in a backwards-compatible manner
23-
VersionMinor = 0
23+
VersionMinor = 1
2424
// VersionPatch is for backwards-compatible bug fixes
25-
VersionPatch = 2
25+
VersionPatch = 0
2626

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

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

0 commit comments

Comments
 (0)