From d60099175f88c47cd379c4738d158884749ed235 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 30 Oct 2017 13:47:40 -0400 Subject: [PATCH] version: release v1.0.1 Signed-off-by: Vincent Batts --- specs-go/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs-go/version.go b/specs-go/version.go index e3f88c155..5d493df23 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -22,10 +22,10 @@ const ( // VersionMinor is for functionality in a backwards-compatible manner VersionMinor = 0 // VersionPatch is for backwards-compatible bug fixes - VersionPatch = 0 + VersionPatch = 1 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-dev" + VersionDev = "" ) // Version is the specification version that the package types support.