Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spraints committed Dec 20, 2013
1 parent 044a13d commit 83541ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rbenv, but for Go.
To install the latest stable release:

```
git clone -b v0.0.2 https://github.com/wfarr/goenv.git ~/.goenv
git clone -b v0.0.4 https://github.com/wfarr/goenv.git ~/.goenv
```

Then add the following to your shell config at the end:
Expand Down
2 changes: 1 addition & 1 deletion libexec/goenv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# goenv version
version="0.0.2"
version="0.0.4"

# Bomb out if we hit an error, ever
set -e
Expand Down

0 comments on commit 83541ff

Please sign in to comment.