Browse Source

rbenv 1.1.1

pull/1133/head
Mislav Marohnić 7 years ago
parent
commit
6cd487db81
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libexec/rbenv---version

+ 1
- 1
libexec/rbenv---version View File

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

Loading…
Cancel
Save