From bdfb80cc129d0aed666700d582a42d19cc7902a1 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Thu, 7 Sep 2023 11:36:40 +0300 Subject: [PATCH] v2.3.26 --- libexec/pyenv---version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index a8636e18..181315c4 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.3.25" +version="2.3.26" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then