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

rbenv 1.3.1

This commit is contained in:
Mislav Marohnić
2025-01-08 00:00:16 +01:00
parent 75aee988b3
commit 84839ae589
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.0"
version="1.3.1"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q rbenv; then