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

Commit

Permalink
phpenv 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sptndc committed Nov 15, 2018
1 parent 67cc945 commit a630525
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 @@ -201,7 +201,7 @@ To use a specific release of phpenv, check out the corresponding tag:
~~~ sh
$ cd ~/.phpenv
$ git fetch
$ git checkout v0.4.0
$ git checkout v1.0.0
~~~

### 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="0.4.0"
version="1.0.0"
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 a630525

Please sign in to comment.