Skip to content

Commit

Permalink
v0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Jan 27, 2016
1 parent 66a8c02 commit 22481b0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 0.6.10 (Unreleased)
## 0.6.10 (January 27, 2016)

BACKWARDS INCOMPATIBILITIES / NOTES:

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion terraform/version.go
Expand Up @@ -6,4 +6,4 @@ const Version = "0.6.10"
// 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.9"
h.version = "0.6.10"
h.github_slug = "hashicorp/terraform"
end

0 comments on commit 22481b0

Please sign in to comment.