From 1ba1a10e596b435a10fc23780708a56c0c74eb0b Mon Sep 17 00:00:00 2001 From: Brannon King Date: Fri, 27 Aug 2021 13:04:46 -0400 Subject: [PATCH] set release version --- cmd/lbcctl/version.go | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/lbcctl/version.go b/cmd/lbcctl/version.go index edb42dbe..fcd70ce4 100644 --- a/cmd/lbcctl/version.go +++ b/cmd/lbcctl/version.go @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 22 - appPatch uint = 0 + appPatch uint = 100 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. diff --git a/version.go b/version.go index d6ff9171..5c8cc309 100644 --- a/version.go +++ b/version.go @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 22 - appPatch uint = 0 + appPatch uint = 100 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.