1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

rbenv 1.3.2

This commit is contained in:
Mislav Marohnić
2025-01-08 15:05:27 +01:00
parent 896e76c3d5
commit 10e96bfc47
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
set -e
[ -n "$RBENV_DEBUG" ] && set -x
version="1.3.1"
version="1.3.2"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q rbenv; then