From 6c2b5fafa0731a97aad0c2a68bac238d6c98c690 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Thu, 11 Jan 2024 14:20:44 -0500 Subject: [PATCH] version: release v1.1.0-rc6 Signed-off-by: Brandon Mitchell --- 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 1adf674c..6d01f6e7 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.5+dev" + VersionDev = "-rc.6" ) // Version is the specification version that the package types support.