From 64d8e8e17eeba231695e625b4e2a9a409a3ad3d9 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 19 May 2017 10:52:52 -0400 Subject: [PATCH] version: bump version to rc6 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 dfcf0090e..4804b80fc 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 = "-rc5-dev" + VersionDev = "-rc6" ) // Version is the specification version that the package types support.