Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gravier committed Feb 27, 2019
1 parent 80c7dbb commit cf4244a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.8.0
VERSION = 0.8.1

PREFIX ?= /usr/local
DEST_BIN_DIR = $(PREFIX)/bin
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Example Installation on Linux
git clone https://github.com/mrkmg/git-stream.git /tmp/git-stream
cd /tmp/git-stream
git submodule update --init --recursive
#checkout latest release (v0.8.0)
#checkout latest release (v0.8.1)
git checkout $(git describe --abbrev=0 --tags)
make test
sudo make install
Expand Down
2 changes: 1 addition & 1 deletion bin/git-stream
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ usage() {
}

version() {
echo "Git Stream v0.7.2"
echo "Git Stream v0.8.1"
}

git_current_branch () {
Expand Down

0 comments on commit cf4244a

Please sign in to comment.