From 9d4a2f7edaff9f184d110a612e45085aec3d9d36 Mon Sep 17 00:00:00 2001 From: Joshua Humphries <2035234+jhump@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:49:16 -0500 Subject: [PATCH] Prepare for v1.0.0-rc3 release (#801) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 0e82c6ca..9d478322 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ package internal //nolint:gochecknoglobals var ( // NB: These are vars instead of consts so they can be changed via -X ldflags. - buildVersion = "v1.0.0-rc3-dev" + buildVersion = "v1.0.0-rc3" buildVersionSuffix = "" // Version is the version to report from all binaries.