From 34a4a532b2c27a32866d36cec2787c7a29b14f53 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Mon, 3 Sep 2012 19:40:49 +0900 Subject: [PATCH] 0.1.2git --- libexec/pyenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/pyenv b/libexec/pyenv index 30fd4a2a..4eafe9ef 100755 --- a/libexec/pyenv +++ b/libexec/pyenv @@ -60,7 +60,7 @@ shopt -u nullglob command="$1" case "$command" in "" | "-h" | "--help" ) - echo -e "pyenv 0.1.1\n$(pyenv-help)" >&2 + echo -e "pyenv 0.1.2git\n$(pyenv-help)" >&2 ;; * ) command_path="$(command -v "pyenv-$command" || true)"