From 03e30d77dac50ddf182ea409f3fb996c7c612ed9 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 19 Apr 2023 15:13:36 +0200 Subject: [PATCH] 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.