From 88fd21b1a80522c23cb9f64fd48909e0fb1e5fdd Mon Sep 17 00:00:00 2001 From: Joshua Humphries <2035234+jhump@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:53:31 -0500 Subject: [PATCH] Update version const to create v1.0.0-rc1 release (#710) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 95cdc7fa..b8472d44 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-rc1-dev" + buildVersion = "v1.0.0-rc1" buildVersionSuffix = "" // Version is the version to report from all binaries.