Skip to content

Commit

Permalink
Update version to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Apr 19, 2018
1 parent 2420c33 commit 0027fb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Install

The one liner::

curl -L -o /usr/local/bin/dobi "https://github.com/dnephin/dobi/releases/download/v0.10/dobi-$(uname -s)"; chmod +x /usr/local/bin/dobi
curl -L -o /usr/local/bin/dobi "https://github.com/dnephin/dobi/releases/download/v0.11/dobi-$(uname -s)"; chmod +x /usr/local/bin/dobi

For a Windows binary, and more install options, see `Install <https://dnephin.github.io/dobi/install.html>`_

Expand Down
2 changes: 1 addition & 1 deletion cmd/dobi.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
)

var (
version = "0.10"
version = "0.11"
gitsha = "unknown"
buildDate = ""
)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install from source
git clone git@github.com:dnephin/dobi && cd dobi
docker run -ti --rm -w $(pwd) -v $(pwd):$(pwd) -e DOCKER_HOST \
-v /var/run/docker.sock:/var/run/docker.sock \
dnephin/dobi:0.10 deps binary
dnephin/dobi:0.11 deps binary
The binaries will be in ``./dist/bin``

Expand Down

0 comments on commit 0027fb7

Please sign in to comment.