From 13bd0834858f16049a4f7cb3f7ee0675f34beac4 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Mon, 26 Apr 2021 11:11:15 -0400 Subject: [PATCH] version: bump for 1.0.0 release (final) 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 c82487cc..fd353675 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 = "-rc3" + VersionDev = "" ) // Version is the specification version that the package types support.