From 7d4fe7380fa7868eb2dcdf133ed267f1e4638cd7 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 3 Jun 2016 15:16:16 -0400 Subject: [PATCH] version: bump to -dev for master 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 2dbd302e..2db1b801 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" + VersionDev = "-rc1-dev" ) // Version is the specification version that the package types support.