From 53b07eb3f2332a9bd85de6d15061e0f666fc0b56 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Mon, 8 Jul 2024 17:52:26 +0200 Subject: [PATCH] build: bump version to v0.18.2-beta --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 9ceb4fbd7b..0a41ce45b7 100644 --- a/build/version.go +++ b/build/version.go @@ -43,7 +43,7 @@ const ( AppMinor uint = 18 // AppPatch defines the application patch for this binary. - AppPatch uint = 1 + AppPatch uint = 2 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.