From 0640d0d488657259bb80104b8129762ed70ba535 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 29 Mar 2023 12:53:12 -0400 Subject: [PATCH] Bump release version --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a55a9a7..c3d5da1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { ucloud = { - version = ">= 1.0.0" + version = ">= 1.0.2" source = "github.com/hashicorp/ucloud" } } diff --git a/version/version.go b/version/version.go index e6110fc..a9cf652 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.0.1" + Version = "1.0.2" // 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