Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
- Added release update command
- Added installation of ZSH autocomplete
  • Loading branch information
mrkmg committed May 7, 2018
1 parent 298b201 commit 0ceb68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.7.2
VERSION = 0.8.0

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
#checkout latest release (v0.8.0)
git checkout $(git describe --abbrev=0 --tags)
make test
sudo make install
Expand Down

0 comments on commit 0ceb68d

Please sign in to comment.