Skip to content

Commit 1dfa4f4

Browse files
committed
version: bump for 1.1.0-rc1 release
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
1 parent ea41f12 commit 1dfa4f4

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
@@ -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 = 1
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)