From 82e8329f7eb6df5c62924f2792d285ba276ae876 Mon Sep 17 00:00:00 2001 From: Sajay Antony Date: Thu, 22 Jun 2023 18:04:10 +0000 Subject: [PATCH] version: bump for release of v1.1.0-rc.4 Signed-off-by: Sajay Antony --- 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 d2a7025cf..e3b7ac03a 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.