Bumps website version to 0.9.2.

This commit is contained in:
James Phillips 2017-08-09 18:02:05 -07:00
parent 75ca2cace0
commit 28c2b0c224
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
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| activate :hashicorp do |h|
h.name = "consul" h.name = "consul"
h.version = "0.9.1" h.version = "0.9.2"
h.github_slug = "hashicorp/consul" h.github_slug = "hashicorp/consul"
end end