From 1fe4a2ce378690d44ac14cd8041487ebec81bd62 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 20 Nov 2023 19:05:58 -0600 Subject: [PATCH] build: bump version to v0.3.2-alpha.rc1 --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index 604bba1a4..dfb66b0d3 100644 --- a/version.go +++ b/version.go @@ -45,11 +45,11 @@ const ( AppMinor uint = 3 // AppPatch defines the application patch for this binary. - AppPatch uint = 1 + AppPatch uint = 2 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. - AppPreRelease = "alpha" + AppPreRelease = "alpha.rc1" // defaultAgentName is the default name of the software that is added as // the first part of the user agent string.