From d1b6da1ada16967a282326d50a2b0fcf3d5c1948 Mon Sep 17 00:00:00 2001 From: utam0k Date: Fri, 5 Jan 2024 14:29:49 +0900 Subject: [PATCH] version: release v1.1.1 Signed-off-by: utam0k --- 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 35358c2c5..79723d0a5 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 = 1 // 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.