From 1d3e51e3d140efc4b1a843826bb7c934555b1b71 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 15 Nov 2022 12:27:46 -0800 Subject: [PATCH] build: bump version to v0.15.5-beta.rc1 --- build/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.go b/build/version.go index 23ddecadc0..4c1d93a18d 100644 --- a/build/version.go +++ b/build/version.go @@ -44,11 +44,11 @@ const ( AppMinor uint = 15 // 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. - AppPreRelease = "beta" + AppPreRelease = "beta.rc1" ) func init() {