From b505e9cc53ec499edbd9c1be32298388921bb705 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 6 Oct 2020 10:10:45 -0400 Subject: [PATCH] 1.0.0-rc1 (#190) * version: bump for 1.0.0-rc1 Signed-off-by: Vincent Batts * version: and switch HEAD back to -dev 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 b1038551..0d9051d8 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -18,9 +18,9 @@ import "fmt" const ( // VersionMajor is for an API incompatible changes - VersionMajor = 0 + VersionMajor = 1 // VersionMinor is for functionality in a backwards-compatible manner - VersionMinor = 1 + VersionMinor = 0 // VersionPatch is for backwards-compatible bug fixes VersionPatch = 0