From 4f0ae90c88ada974ece636b5faf6651e059dda7d Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 1 Nov 2022 13:02:18 +0100 Subject: [PATCH] build: bump version to v0.23.3 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 7d321c5fdd..19af5b8bd0 100644 --- a/version.go +++ b/version.go @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 23 - appPatch uint = 2 + appPatch uint = 3 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.