From 62e5c4d1941898a1298d3a0e55173bbc04836439 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 24 Jan 2023 19:16:14 +0900 Subject: [PATCH] version: v1.1.0-rc1-dev 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 45925093b..b2b4050a5 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 = "-rc1" + VersionDev = "-rc1-dev" ) // Version is the specification version that the package types support.