From 1270ca6b0b953101e350fb8db2105ccb95531246 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Sun, 23 May 2021 20:01:43 +0300 Subject: [PATCH] 2.0.0 --- libexec/pyenv---version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 5794ae3c..eeee74dd 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.0.0-rc1" +version="2.0.0" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then