Skip to content

Commit

Permalink
Release v0.7.2
Browse files Browse the repository at this point in the history
Fixed bug with Release Finish
  • Loading branch information
mrkmg committed May 4, 2018
1 parent 09631c9 commit 319e966
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.7.1
VERSION = 0.7.2

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
git checkout v0.7.1
git checkout v0.7.2
make test
sudo make install
# To install the bash completion
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.1"
echo "Git Stream v0.7.2"
}

git_current_branch () {
Expand Down

0 comments on commit 319e966

Please sign in to comment.