From 9cb891ae36142a8a19c76f1e8a615b6d41fb726b Mon Sep 17 00:00:00 2001 From: Joshua Humphries <2035234+jhump@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:48:02 -0400 Subject: [PATCH] Prepare for v1.0.4 release (#925) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 8dd68a41..621b9bc6 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.1.0-dev" + buildVersion = "v1.0.4" buildVersionSuffix = "" // Version is the version to report from all binaries.