Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
torarnv committed Aug 15, 2023
1 parent 0734dad commit 8d3378b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
ipsw = {
version = ">= 0.0.6"
version = ">= 0.0.7"
source = "github.com/torarnv/ipsw"
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

var (
Version = "0.0.6"
Version = "0.0.7"
VersionPrerelease = ""
PluginVersion = version.InitializePluginVersion(Version, VersionPrerelease)
)
Expand Down

0 comments on commit 8d3378b

Please sign in to comment.