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

rbenv 1.3.0

This commit is contained in:
Mislav Marohnić
2024-07-05 15:01:22 +02:00
parent 19fa774e42
commit 3bac268cdb
2 changed files with 7 additions and 7 deletions

View File

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