mirror of https://github.com/hashicorp/consul
correct website download version to 1.6.2 (#6927)
parent
8baf94d94f
commit
de42b8db8e
|
@ -2,7 +2,7 @@ set :base_url, "https://www.consul.io/"
|
|||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "consul"
|
||||
h.version = "1.6.1"
|
||||
h.version = "1.6.2"
|
||||
h.github_slug = "hashicorp/consul"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue