Update version numbers

This commit is contained in:
Jeff Mitchell 2016-08-21 19:33:52 -04:00
parent d1284944c3
commit 1642013e8b
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 0.6.1 (Unreleased)
## 0.6.1 (August 22, 2016)
DEPRECATIONS/BREAKING CHANGES:

View File

@ -9,5 +9,5 @@ func init() {
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "rc3"
VersionPrerelease = ""
}

View File

@ -2,7 +2,7 @@ set :base_url, "https://www.vaultproject.io/"
activate :hashicorp do |h|
h.name = "vault"
h.version = "0.6.0"
h.version = "0.6.1"
h.github_slug = "hashicorp/vault"
h.website_root = "website"
end