From d77f1f5ef8c6d1711f4adef8ad5c564ec4551499 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky Date: Mon, 12 Apr 2021 15:42:50 -0400 Subject: [PATCH] version: bump for 1.0.0-rc3 release 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 0d9051d8..c82487cc 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 = "-dev" + VersionDev = "-rc3" ) // Version is the specification version that the package types support.