Bump pyenv-virtualenv reporting version to match release (#471)

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
This commit is contained in:
John HU
2023-12-05 19:56:52 -08:00
committed by GitHub
parent 38a6561f96
commit 2b2b87a25a

View File

@@ -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