Update config.rb

This commit is contained in:
Brian Kassouf 2020-01-03 09:25:26 -08:00 committed by GitHub
parent 78d47b0fe2
commit 0d23c7973b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use ReshapeMiddleware, component_file: "assets/reshape.js"
activate :hashicorp do |h| activate :hashicorp do |h|
h.name = "vault" h.name = "vault"
h.version = "1.3.0" h.version = "1.3.1"
h.github_slug = "hashicorp/vault" h.github_slug = "hashicorp/vault"
h.website_root = "website" h.website_root = "website"
h.releases_enabled = true h.releases_enabled = true