From 722d9e5a4a07ae20cd0f5f297c565064ee7fb630 Mon Sep 17 00:00:00 2001 From: Justin Zhang Date: Wed, 5 Apr 2023 21:12:24 +0800 Subject: [PATCH] Bump up version to 1.0.8 - Create new release fix packer crash in 1.0.7 --- README.md | 2 +- docs/README.md | 2 +- version/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48654b5..3bae672 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { ucloud = { - version = ">= 1.0.7" + version = ">= 1.0.8" source = "github.com/ucloud/ucloud" } } diff --git a/docs/README.md b/docs/README.md index 80dd343..760885f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { ucloud = { - version = ">= 1.0.7" + version = ">= 1.0.8" source = "github.com/hashicorp/ucloud" } } diff --git a/version/version.go b/version/version.go index 4f7f7b3..ddb5c9f 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.7" + Version = "1.0.8" // 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