From d09af20897096a0c2c54fb8f08ee46e13386ab06 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Tue, 23 Oct 2012 15:25:18 +0900 Subject: [PATCH] 0.1.3git --- libexec/pyenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/pyenv b/libexec/pyenv index 1f879440..da3ccdda 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.2\n$(pyenv-help)" >&2 + echo -e "pyenv 0.1.3git\n$(pyenv-help)" >&2 ;; * ) command_path="$(command -v "pyenv-$command" || true)"