From 1d5d5c05dd5faeeddd9f031d4b08f6f2b082cd51 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 17 Oct 2023 22:19:46 -0700 Subject: [PATCH] build: bump version to v0.3.0-alpha.rc3 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 80cf65abc..a7430885a 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.rc2" + AppPreRelease = "alpha.rc3" // defaultAgentName is the default name of the software that is added as // the first part of the user agent string.