From 95a651f2cceedc8195bb267edd2fec8b9e4145d7 Mon Sep 17 00:00:00 2001 From: Kirtana Ashok Date: Tue, 25 Feb 2025 13:40:38 -0800 Subject: [PATCH] Add back +dev Signed-off-by: Kirtana Ashok --- 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 23234a9..b0a0046 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 1 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "" + VersionDev = "+dev" ) // Version is the specification version that the package types support.