Skip to content

Commit

Permalink
Prep for rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Jul 25, 2019
1 parent d214baf commit e59a53d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.2.0-beta3 (Unreleased)
## 1.2.0-rc1 (July 25th, 2019)

CHANGES:

Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//-------------------------------------------------------------------

variable "download-url" {
default = "https://releases.hashicorp.com/vault/1.2.0-beta2/vault_1.2.0-beta2_linux_amd64.zip"
default = "https://releases.hashicorp.com/vault/1.2.0-rc1/vault_1.2.0-rc1_linux_amd64.zip"
description = "URL to download Vault"
}

Expand Down
2 changes: 1 addition & 1 deletion website/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

activate :hashicorp do |h|
h.name = "vault"
h.version = "1.1.2"
h.version = "1.1.4"
h.github_slug = "hashicorp/vault"
h.website_root = "website"
h.releases_enabled = true
Expand Down

0 comments on commit e59a53d

Please sign in to comment.