From 79571f3211c620a7b84fcc8a949577e06b36db1e Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Tue, 27 Jun 2023 11:21:17 -0500 Subject: [PATCH 1/2] version: bump for release of v1.1.0-rc.3 Signed-off-by: Josh Dolitsky --- 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 a44ac8da..28242609 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.2+dev" + VersionDev = "-rc.3" ) // Version is the specification version that the package types support. From baddd730518c7c4e7ecc4a453f327ad09f1528d3 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Tue, 27 Jun 2023 11:21:46 -0500 Subject: [PATCH 2/2] version: bump HEAD back to +dev Signed-off-by: Josh Dolitsky --- 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 28242609..edbb374a 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" + VersionDev = "-rc.3+dev" ) // Version is the specification version that the package types support.