Skip to content

Commit

Permalink
Fix version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Persson committed Dec 18, 2015
1 parent 0f0f4a5 commit d15d79f
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,7 +1,7 @@
NAME=etcdtool
BUILDDIR=.build
SRCDIR=github.com/mickep76/$(NAME)
VERSION:=2.5
VERSION:=2.8
RELEASE:=$(shell date -u +%Y%m%d%H%M)
ARCH:=$(shell uname -p)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ brew install etcdtool

# Example

First make sure you have docker running.
Make sure you have Docker configured.

**Start etcd:**

Expand Down

0 comments on commit d15d79f

Please sign in to comment.