Skip to content

Commit

Permalink
v0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Feb 1, 2016
1 parent c23fe54 commit 3590cfa
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.11 (Unreleased)
## 0.6.11 (February 1, 2016)

BACKWARDS INCOMPATIBILITIES / NOTES:

Expand Down
2 changes: 1 addition & 1 deletion terraform/version.go
Expand Up @@ -6,4 +6,4 @@ const Version = "0.6.11"
// 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.
const VersionPrerelease = "dev"
const VersionPrerelease = ""
2 changes: 1 addition & 1 deletion website/config.rb
Expand Up @@ -2,6 +2,6 @@

activate :hashicorp do |h|
h.name = "terraform"
h.version = "0.6.10"
h.version = "0.6.11"
h.github_slug = "hashicorp/terraform"
end

0 comments on commit 3590cfa

Please sign in to comment.