website: bump website for 1.3.0

This commit is contained in:
Jack Pearkes 2018-10-11 11:27:48 -07:00
parent b4696ee554
commit df2efb9658
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.2.3"
h.version = "1.3.0"
h.github_slug = "hashicorp/consul"
end