From 3bf179a88814e1ec2abfdc8fc6ef3907f9aa9d20 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 22 Jun 2023 11:29:12 -0500 Subject: [PATCH] build: bump version to v0.16.4 rc1 --- build/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.go b/build/version.go index 3de9ff30d0..ddcdb9147d 100644 --- a/build/version.go +++ b/build/version.go @@ -43,11 +43,11 @@ const ( AppMinor uint = 16 // 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. - AppPreRelease = "beta" + AppPreRelease = "beta.rc1" ) func init() {