Skip to content

Commit

Permalink
Merge pull request #61 from kamatama41/release-v0.5.1
Browse files Browse the repository at this point in the history
Release v0.5.1
  • Loading branch information
kamatama41 authored Jul 20, 2017
2 parents 61a1de3 + 7e5f7a8 commit ea55a05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.1 (July 21, 2017)

* Fix version detection
* Add support for ARM architecture

## 0.5.0 (=0.4.4) (July 14, 2017)

* Immediately switch version after installation
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.0"
version="0.5.1"
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 ea55a05

Please sign in to comment.