From 64f20b6b5b408c32e49ea2d432e2f8ec866e0b8e Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 1 Nov 2022 13:20:04 +0100 Subject: [PATCH] build: bump version to v0.15.4-beta --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 5a43d6dad5..23ddecadc0 100644 --- a/build/version.go +++ b/build/version.go @@ -44,7 +44,7 @@ const ( AppMinor uint = 15 // AppPatch defines the application patch for this binary. - AppPatch uint = 3 + AppPatch uint = 4 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.