From f9e20326163c4ccb94197a03e9fa69441d67c93d Mon Sep 17 00:00:00 2001 From: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> Date: Thu, 13 Jul 2023 10:47:32 -0500 Subject: [PATCH] tag 1.1.0-rc3 (part 2) (#440) * version: bump for release of v1.1.0-rc.3 Signed-off-by: Josh Dolitsky * version: bump HEAD back to +dev Signed-off-by: Josh Dolitsky --------- 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..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.2+dev" + VersionDev = "-rc.3+dev" ) // Version is the specification version that the package types support.