From 8b1e95119ad3e65671a5a83fdd655d39d20ee258 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Thu, 11 Jan 2024 14:21:21 -0500 Subject: [PATCH] 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.