Browse Source

Bumps download version to 0.9.1.

pull/3375/head
James Phillips 7 years ago committed by GitHub
parent
commit
e1231bce4d
  1. 2
      website/config.rb

2
website/config.rb

@ -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

Loading…
Cancel
Save