From e0536ae0cb47b8fed6afdaa9ba2589f6bd915caa Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 5 Jul 2017 13:22:36 -0400 Subject: [PATCH 1/2] version: release v1.0.0-rc7 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 f4cda6ed8..5d990a37e 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-dev" + VersionDev = "-rc7" ) // Version is the specification version that the package types support. From 506eeb52a2d4ca45a1f2e2a2ec6d0bdc36df7ef9 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 5 Jul 2017 13:23:04 -0400 Subject: [PATCH 2/2] version: bump 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 5d990a37e..7d237e538 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 = "-rc7" + VersionDev = "-rc7-dev" ) // Version is the specification version that the package types support.