From 793c7734d97629b808c5902888d3349d15336180 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 27 Jan 2017 15:22:41 -0500 Subject: [PATCH] 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 7c4fd91c2..7b31f0285 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 = "-rc4" + VersionDev = "-rc4-dev" ) // Version is the specification version that the package types support.