From 085b884d628c42985cc2f2a99e5701f7e9b3bd1f Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 19 Apr 2023 15:11:34 +0200 Subject: [PATCH 1/2] version: bump for release of v1.1.0-rc.3 Signed-off-by: Vincent Batts --- 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 1afd590fe..3d4119b44 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 = "-dev" + VersionDev = "-rc.3" ) // Version is the specification version that the package types support. From 2f691e837630605b862444765944077c5e56b63b Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 19 Apr 2023 15:13:36 +0200 Subject: [PATCH 2/2] version: bump HEAD back to -dev Signed-off-by: Vincent Batts --- 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 3d4119b44..8763f26ea 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.