From d7bc0ef0c72c3f91afbb161d1cbb0b14406cee65 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Thu, 11 Jan 2024 12:48:30 -0600 Subject: [PATCH] version: bump for release of v1.1.0-rc.4 Signed-off-by: Josh Dolitsky --- specs-go/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs-go/version.go b/specs-go/version.go index edbb374a..e39bdfb5 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -25,7 +25,7 @@ const ( VersionPatch = 0 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-rc.3+dev" + VersionDev = "-rc.4" ) // Version is the specification version that the package types support.