From d36e8446b8568e9a131dbd8f0e09052d30fdc39e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 26 Jan 2024 15:05:41 -0800 Subject: [PATCH] build: bump version to v0.3.3-alpha.rc1 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 2bb292896..c3e6eb1d1 100644 --- a/version.go +++ b/version.go @@ -49,7 +49,7 @@ const ( // 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.