From 65cd1f8dc95a60375cb8cd874ad76a4f0c804d54 Mon Sep 17 00:00:00 2001 From: utam0k Date: Fri, 26 Jan 2024 21:55:46 +0900 Subject: [PATCH] Back to +dev Signed-off-by: utam0k --- 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 503971e05..f6c15f6c3 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 0 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "" + VersionDev = "+dev" ) // Version is the specification version that the package types support.