From a5b4da44adbd2d225696e5e52b5bd3b004e179cd Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 6 Apr 2023 09:05:53 +0900 Subject: [PATCH] version: release v1.1.0-rc.2 Signed-off-by: Akihiro Suda --- 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 765d7b532..1b81f3c9d 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 0 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-rc.1-dev" + VersionDev = "-rc.2" ) // Version is the specification version that the package types support.