From 794ca7ac88234607f9d2c76da8a6e9bbbade8cb9 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 7 Dec 2016 11:36:49 -0500 Subject: [PATCH] version: release rc3 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 8b5ec8908..9d1612a06 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 = "-rc2-dev" + VersionDev = "-rc3" ) // Version is the specification version that the package types support.