Skip to content

Commit a791ff0

Browse files
author
clint
committed
v0.8.4
1 parent 3ba10a2 commit a791ff0

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.8.4 (Unreleased)
1+
## 0.8.4 (January 11, 2017)
22

33
BACKWARDS INCOMPATIBILITIES / NOTES:
44

terraform/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Version = "0.8.4"
1212
// A pre-release marker for the version. If this is "" (empty string)
1313
// then it means that it is a final release. Otherwise, this is a pre-release
1414
// such as "dev" (in development), "beta", "rc1", etc.
15-
const VersionPrerelease = "dev"
15+
const VersionPrerelease = ""
1616

1717
// SemVersion is an instance of version.Version. This has the secondary
1818
// benefit of verifying during tests and init time that our version is a

website/config.rb

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

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

0 commit comments

Comments
 (0)