Skip to content

Commit

Permalink
Merge pull request #63 from kamatama41/release-v0.5.2
Browse files Browse the repository at this point in the history
Release v0.5.2
  • Loading branch information
kamatama41 authored Jul 23, 2017
2 parents ce62c7e + 1a6fca2 commit ad823db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2 (July 23, 2017)

* Switch TLS option for curl depending on the version of macOS

## 0.5.1 (July 21, 2017)

* Fix version detection
Expand Down
2 changes: 1 addition & 1 deletion libexec/tfenv---version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set -e
[ -n "${TFENV_DEBUG}" ] && set -x

version="0.5.1"
version="0.5.2"
git_revision=""

if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q tfenv; then
Expand Down

0 comments on commit ad823db

Please sign in to comment.