From f63a2b9507727b9bdc69e3b2364e7fbaa7254bb0 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 26 Sep 2023 16:10:37 -0500 Subject: [PATCH] build: bump version to v0.17.0 rc5 --- build/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/version.go b/build/version.go index 17bce257f5..db88eb73ce 100644 --- a/build/version.go +++ b/build/version.go @@ -45,9 +45,9 @@ const ( // AppPatch defines the application patch for this binary. AppPatch uint = 0 - // AppPreRelease MUST only contain characters from semanticAlphabet - // per the semantic versioning spec. - AppPreRelease = "beta.rc4" + // AppPreRelease MUST only contain characters from semanticAlphabet per + // the semantic versioning spec. + AppPreRelease = "beta.rc5" ) func init() {