Skip to content

Commit 1f627a8

Browse files
committed
v0.6.13
1 parent 1bfa436 commit 1f627a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.6.13 (Unreleased)
1+
## 0.6.13 (March 16, 2016)
22

33
BACKWARDS INCOMPATIBILITIES / NOTES:
44

terraform/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ const Version = "0.6.13"
66
// A pre-release marker for the version. If this is "" (empty string)
77
// then it means that it is a final release. Otherwise, this is a pre-release
88
// such as "dev" (in development), "beta", "rc1", etc.
9-
const VersionPrerelease = "dev"
9+
const VersionPrerelease = ""

website/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
activate :hashicorp do |h|
44
h.name = "terraform"
5-
h.version = "0.6.12"
5+
h.version = "0.6.13"
66
h.github_slug = "hashicorp/terraform"
77
end

0 commit comments

Comments
 (0)