mirror of
https://github.com/rbenv/rbenv.git
synced 2025-01-28 00:52:09 +01:00
rbenv 1.3.2
This commit is contained in:
parent
896e76c3d5
commit
10e96bfc47
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
4
share/man/man1/rbenv.1
generated
4
share/man/man1/rbenv.1
generated
|
@ -4,10 +4,10 @@
|
|||
.\" Generator: Asciidoctor 2.0.20
|
||||
.\" Date: 2023-11-08
|
||||
.\" Manual: Rbenv Manual
|
||||
.\" Source: rbenv 1.3.1
|
||||
.\" Source: rbenv 1.3.2
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "RBENV" "1" "2023-11-08" "rbenv 1.3.1" "Rbenv Manual"
|
||||
.TH "RBENV" "1" "2023-11-08" "rbenv 1.3.2" "Rbenv Manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
|
Loading…
Reference in a new issue