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