From c4ee7d12c742ffe806cd9350b6af3b4b19faed6f Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 9 Jan 2020 11:24:50 -0500 Subject: [PATCH] specs-go: update version to 1.0.2 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 b920fc1b3..bda7e1ca9 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -8,10 +8,10 @@ const ( // VersionMinor is for functionality in a backwards-compatible manner VersionMinor = 0 // VersionPatch is for backwards-compatible bug fixes - VersionPatch = 1 + VersionPatch = 2 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-dev" + VersionDev = "" ) // Version is the specification version that the package types support.