Skip to content

Commit

Permalink
rbenv 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Sep 28, 2011
1 parent 4965a1d commit 2cd12e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ tracker](https://github.com/sstephenson/rbenv/issues).

### <a name="section_4.1"></a> 4.1 Version History

**HEAD**
**0.2.0** (September 28, 2011)

* Renamed `rbenv set-default` to `rbenv global` and `rbenv set-local`
to `rbenv local`. The `set-` commands are deprecated and will be
Expand Down
2 changes: 1 addition & 1 deletion doc/README.mdtoc
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ tracker](https://github.com/sstephenson/rbenv/issues).

### Version History ###

**HEAD**
**0.2.0** (September 28, 2011)

* Renamed `rbenv set-default` to `rbenv global` and `rbenv set-local`
to `rbenv local`. The `set-` commands are deprecated and will be
Expand Down
2 changes: 1 addition & 1 deletion libexec/rbenv
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ shopt -u nullglob
command="$1"
case "$command" in
"" | "-h" | "--help" )
echo -e "rbenv 0.2.0-pre\n$(rbenv-help)" >&2
echo -e "rbenv 0.2.0\n$(rbenv-help)" >&2
;;
* )
command_path="$(command -v "rbenv-$command" || true)"
Expand Down

0 comments on commit 2cd12e3

Please sign in to comment.