From 035da1dca3dfbb00d752eb58b0b158d6129f3776 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 6 Mar 2017 13:04:28 -0500 Subject: [PATCH] version: release v1.0.0-rc5 Signed-off-by: Vincent Batts --- 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 7b31f0285..26b34c299 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 = "-rc4-dev" + VersionDev = "-rc5" ) // Version is the specification version that the package types support.