From 6c2b5fafa0731a97aad0c2a68bac238d6c98c690 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Thu, 11 Jan 2024 14:20:44 -0500 Subject: [PATCH 1/2] 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 1adf674cf..6d01f6e71 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. From 8b1e95119ad3e65671a5a83fdd655d39d20ee258 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Thu, 11 Jan 2024 14:21:21 -0500 Subject: [PATCH 2/2] version: bump back to +dev 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 6d01f6e71..d6a12e181 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.6" + VersionDev = "-rc.6+dev" ) // Version is the specification version that the package types support.