Update version numbers
This commit is contained in:
parent
d1284944c3
commit
1642013e8b
|
@ -1,4 +1,4 @@
|
|||
## 0.6.1 (Unreleased)
|
||||
## 0.6.1 (August 22, 2016)
|
||||
|
||||
DEPRECATIONS/BREAKING CHANGES:
|
||||
|
||||
|
|
|
@ -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 = ""
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue