From 78e6667ae2d67aad100b28ee9580b41b7a24e667 Mon Sep 17 00:00:00 2001 From: Vincent Batts <vbatts@hashbangbash.com> Date: Mon, 11 Apr 2016 23:42:00 -0400 Subject: [PATCH] version: v0.5.0 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> --- 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 27f45e08..67f1a9d9 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 = "-dev" + VersionDev = "" ) // Version is the specification version that the package types support.