From 45b7bf5e4ac70a5bfe29e0486719d8390bd6679c Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 18 Jan 2024 13:44:22 -0500 Subject: [PATCH] Bump to v1.14.1 As the title says. Bumping now in preparation for RHEL 8.10/9.4. Once merged, I will create release-1.14 branch based on this commit. [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index ffd187c0..fc53bd57 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "1.14.1-dev" +const Version = "1.14.1"