bump docs version to 0.10.2

This commit is contained in:
Matthew Hooker 2016-09-23 16:48:12 -07:00
parent fcaae838fc
commit 70754f149f
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|
h.name = "packer"
h.version = "0.10.1"
h.version = "0.10.2"
h.github_slug = "mitchellh/packer"
end