Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
phpenv 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sptndc committed Nov 16, 2018
1 parent 499d585 commit 452f750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ To use a specific release of phpenv, check out the corresponding tag:
~~~ sh
$ cd ~/.phpenv
$ git fetch
$ git checkout v1.1.0
$ git checkout v1.1.1
~~~

### How phpenv hooks into your shell
Expand Down
2 changes: 1 addition & 1 deletion libexec/phpenv---version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set -e
[ -n "$PHPENV_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 phpenv; then
Expand Down

0 comments on commit 452f750

Please sign in to comment.