Rolls back to 1.0.3 release for downloads.

This commit is contained in:
James Phillips 2018-02-06 16:56:15 -08:00 committed by GitHub
parent 32f89f4306
commit 7876d7e4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = "1.0.4"
h.version = "1.0.3"
h.github_slug = "hashicorp/consul"
end