Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Aug 21, 2016
1 parent 6beadc1 commit 05238c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 0.6.1 (Unreleased)
## 0.6.1 (August 22, 2016)

DEPRECATIONS/BREAKING CHANGES:

Expand Down
2 changes: 1 addition & 1 deletion version/version_base.go
Expand Up @@ -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 changes: 1 addition & 1 deletion website/config.rb
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 05238c0

Please sign in to comment.