We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92698c5 commit 541ae3cCopy full SHA for 541ae3c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.2 (April 9, 2017)
2
+
3
+ * Add support for verifying downloads of Terraform
4
5
## 0.4.1 (March 8, 2017)
6
7
* Update error_and_die functions to better report their source location
libexec/tfenv---version
@@ -12,7 +12,7 @@
12
set -e
13
[ -n "${TFENV_DEBUG}" ] && set -x
14
15
-version="0.4.1"
+version="0.4.2"
16
git_revision=""
17
18
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q tfenv; then
0 commit comments