website: update to 0.9.0

This commit is contained in:
Jack Pearkes 2016-02-22 09:15:56 -08:00
parent 0cffcb0c39
commit 11c1ac45f8
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ set :base_url, "https://www.packer.io/"
activate :hashicorp do |h| activate :hashicorp do |h|
h.name = "packer" h.name = "packer"
h.version = "0.8.6" h.version = "0.9.0"
h.github_slug = "mitchellh/packer" h.github_slug = "mitchellh/packer"
end end