Bumps download version to 0.9.1.

This commit is contained in:
James Phillips 2017-08-08 22:47:24 -07:00 committed by GitHub
parent 77ac0445b9
commit d77aaa31a4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set :base_url, "https://www.consul.io/"
activate :hashicorp do |h|
h.name = "consul"
h.version = "0.9.0"
h.version = "0.9.1"
h.github_slug = "hashicorp/consul"
end