Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PoTe committed Jun 2, 2014
1 parent ff7c0f6 commit 35b13a1
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 @@ -21,7 +21,7 @@ $ brew install gvp

```bash
$ git clone https://github.com/pote/gvp.git && cd gvp
$ git checkout v0.0.3 # You can ignore this part if you want to install HEAD.
$ git checkout v0.0.4 # You can ignore this part if you want to install HEAD.
$ ./configure
$ make install
```
Expand Down
2 changes: 1 addition & 1 deletion bin/gvp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ case "$1" in
mkdir -p .godeps/{src,pkg,bin}
;;
"version")
echo ">> gvp v0.0.3"
echo ">> gvp v0.0.4"
;;
"in")
if [[ -n $GVP_NAME ]]; then kill -INT $$; fi
Expand Down

0 comments on commit 35b13a1

Please sign in to comment.