diff --git a/README.md b/README.md index af8fd66..06123c0 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.5" + version = ">= 0.0.6" source = "github.com/torarnv/ipsw" } } diff --git a/main.go b/main.go index 910942e..871b0f8 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( ) var ( - Version = "0.0.5" + Version = "0.0.6" VersionPrerelease = "" PluginVersion = version.InitializePluginVersion(Version, VersionPrerelease) )