From 45b67d3ff5590ff8a0c880e17a5cc38eff72a141 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 19 May 2017 16:13:31 -0400 Subject: [PATCH 1/2] 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 0e7d3be29..e40e861ae 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 = "-rc5-dev" + VersionDev = "-rc6" ) // Version is the specification version that the package types support. From 03037456eb85bf432b7e92f720eb23f024c1a481 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 19 May 2017 16:13:59 -0400 Subject: [PATCH 2/2] version: master back to -dev 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 e40e861ae..f4cda6ed8 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 = "-rc6" + VersionDev = "-rc6-dev" ) // Version is the specification version that the package types support.