From f927407a52bf589ca96060acbb11fff2e25677d2 Mon Sep 17 00:00:00 2001 From: Josh Humphries <2035234+jhump@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:49:16 -0400 Subject: [PATCH] prepare for 1.0.3 release Signed-off-by: Josh Humphries <2035234+jhump@users.noreply.github.com> --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 8dd68a41..44f567ea 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.3" buildVersionSuffix = "" // Version is the version to report from all binaries.