From 32036d81312c8def33d674ae9e2b102d9b1edb07 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Mon, 22 May 2023 16:06:50 -0400 Subject: [PATCH] Apply version change from #1050 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 8763f26ea..d2a7025cf 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-dev" + VersionDev = "-rc.3+dev" ) // Version is the specification version that the package types support.