From 7dab1a245d3e13d0ad03b77409d0bf7e00a6ada4 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 7 Sep 2016 22:24:10 -0400 Subject: [PATCH] version: 1.0.0-rc2 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 2db1b8018..a80270cf4 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 = "-rc1-dev" + VersionDev = "-rc2" ) // Version is the specification version that the package types support.