From 2b79a8d7a4fe1126f4f739fb9b4f4b277841586a Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Fri, 28 Jun 2024 17:03:12 -0400 Subject: [PATCH] Prep v1.3.1 release. --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 4610fe5..f45c48c 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.3.0" + Version = "1.3.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