From 9fad1f46c50526df1fa3a5fd8188e785bb530b9c Mon Sep 17 00:00:00 2001 From: Petrov Date: Fri, 24 Mar 2023 08:26:20 +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 f3f37b02..dab31133 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.3.15" +version="2.3.16" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then