From 95bed23c0c67237ec9492d713201472ce6797afd Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Thu, 15 Sep 2022 13:38:52 -0500 Subject: [PATCH] version: switch 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 c8e55c36..dc751cd2 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 = "-rc1" + VersionDev = "-dev" ) // Version is the specification version that the package types support.