Update config.rb

for 1.4.5
This commit is contained in:
Adrien Delorme 2019-11-04 11:50:52 +01:00
parent ae8ef321a6
commit b467027972
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set :base_url, "https://www.packer.io/"
activate :hashicorp do |h| activate :hashicorp do |h|
h.name = "packer" h.name = "packer"
h.version = "1.4.4" h.version = "1.4.5"
h.github_slug = "hashicorp/packer" h.github_slug = "hashicorp/packer"
h.website_root = "website" h.website_root = "website"
end end