diff --git a/.web-docs/README.md b/.web-docs/README.md index db1fab2..e705f7f 100644 --- a/.web-docs/README.md +++ b/.web-docs/README.md @@ -21,7 +21,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { ipsw = { - version = ">= 0.0.8" + version = ">= 0.0.10" source = "github.com/torarnv/ipsw" } } diff --git a/README.md b/README.md index 6dd16e5..e705f7f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { ipsw = { - version = ">= 0.0.9" + version = ">= 0.0.10" source = "github.com/torarnv/ipsw" } } diff --git a/main.go b/main.go index 54d2ebc..c0fe959 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) var ( - Version = "0.0.9" + Version = "0.0.10" VersionPrerelease = "" PluginVersion = version.InitializePluginVersion(Version, VersionPrerelease) )