From 2cd12e3fa6bfd0dc86c761ef5a6135f61183a785 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Wed, 28 Sep 2011 13:38:03 -0500 Subject: [PATCH] rbenv 0.2.0 --- README.md | 2 +- doc/README.mdtoc | 2 +- libexec/rbenv | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 569a8304..a3f77c78 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ tracker](https://github.com/sstephenson/rbenv/issues). ### 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 diff --git a/doc/README.mdtoc b/doc/README.mdtoc index f6a33066..14ad7509 100644 --- a/doc/README.mdtoc +++ b/doc/README.mdtoc @@ -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 diff --git a/libexec/rbenv b/libexec/rbenv index f6b07b92..71924c99 100755 --- a/libexec/rbenv +++ b/libexec/rbenv @@ -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)"