From f8211a2c3b3d2112159cd119bd7674743336c661 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 18 Apr 2024 15:37:31 -0700 Subject: [PATCH] build: bump version to v0.17.5-beta --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 08c9de93d6..da0d530ccd 100644 --- a/build/version.go +++ b/build/version.go @@ -43,7 +43,7 @@ const ( AppMinor uint = 17 // AppPatch defines the application patch for this binary. - AppPatch uint = 4 + AppPatch uint = 5 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.