From 7bbfecd9afc84526b4bba51c11f9f5783d3a2caf Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Wed, 17 Aug 2011 17:35:04 -0500 Subject: [PATCH] Working on 0.2.0-pre now --- libexec/rbenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbenv b/libexec/rbenv index ec8adb2a..32512766 100755 --- a/libexec/rbenv +++ b/libexec/rbenv @@ -25,7 +25,7 @@ export PATH="${libexec_path}:${PATH}" command="$1" case "$command" in "" | "-h" | "--help" ) - echo -e "rbenv 0.1.2\n$(rbenv-help)" >&2 + echo -e "rbenv 0.2.0-pre\n$(rbenv-help)" >&2 ;; * ) command_path="$(command -v "rbenv-$command" || true)"