From dcfd715603c4bb2fb100af52d9e80d74e86fe969 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Mon, 20 Sep 2021 20:08:06 +0300 Subject: [PATCH] Update pyenv---version --- libexec/pyenv---version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 230743c7..86fb741d 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.0.6" +version="2.0.7" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then