From 1e8fcc5ea9ec783adeda97d6e3fd91c28a262c95 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 15 May 2025 16:38:26 +0200 Subject: [PATCH] build: bump version to v0.19.0-beta.rc5 --- build/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.go b/build/version.go index 2405bd6e1..dd8438bac 100644 --- a/build/version.go +++ b/build/version.go @@ -47,11 +47,11 @@ const ( AppMinor uint = 19 // AppPatch defines the application patch for this binary. - AppPatch uint = 00 + AppPatch uint = 0 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec. - AppPreRelease = "beta.rc4" + AppPreRelease = "beta.rc5" ) func init() {