From 6bd33826478c80c01bd3705da96e9a35a1e564e8 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Thu, 7 Nov 2024 16:16:54 -0500 Subject: [PATCH] Prep v1.4.1 release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index fe9a000..71a2653 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version" var ( // Version is the main version number that is being run at the moment. - Version = "1.4.0" + Version = "1.4.1" // VersionPrerelease is A pre-release marker for the Version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this