From 57a38ee476a4bf57a464d35e5b2026b80d7b366b Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Thu, 11 Jan 2024 12:50:01 -0600 Subject: [PATCH] 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 e39bdfb5..c8c624c3 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.4" + VersionDev = "-rc.4+dev" ) // Version is the specification version that the package types support.