From efe449e18536447e969e2dc5c81b741bbd43c201 Mon Sep 17 00:00:00 2001 From: John HU Date: Tue, 5 Dec 2023 08:14:21 -0800 Subject: [PATCH] Bump pyenv-virtualenv reporting version to match release The latest release so far (Dec 2023) is 1.2.2, but the version reported is still 1.2.1: https://github.com/pyenv/pyenv-virtualenv/releases/tag/v1.2.2 --- bin/pyenv-virtualenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 1d355ef5..9d745249 100755 --- a/bin/pyenv-virtualenv +++ b/bin/pyenv-virtualenv @@ -13,7 +13,7 @@ # -u/--upgrade Imply --force # -PYENV_VIRTUALENV_VERSION="1.2.1" +PYENV_VIRTUALENV_VERSION="1.2.2" set -e [ -n "$PYENV_DEBUG" ] && set -x