From 5faaada8762b465d5ce8a8da27b92d577a1aa576 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 10 Feb 2017 13:17:26 -0500 Subject: [PATCH 1/2] 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 1e0d10494..44babdfe7 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 = "-rc4-dev" + VersionDev = "-rc5" ) // Version is the specification version that the package types support. From 0f3ff68882eb2826e7115aaa7783575d215450f4 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 10 Feb 2017 13:17:52 -0500 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 44babdfe7..0e7d3be29 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" + VersionDev = "-rc5-dev" ) // Version is the specification version that the package types support.