Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Oct 12, 2017
1 parent 3b80d69 commit 58838bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion APPVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8-beta.4
v0.9-beta.1
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM alpine:latest

LABEL maintainer "Moncho"
LABEL VERSION 0.8-beta.4
LABEL VERSION 0.8-beta.5

RUN set -x && \
apk update && \
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Besides this, it:

Keybinding | Description
---------------------|---------------------------------------
<kbd>%</kbd> | filter list
<kbd>F1</kbd> | sort list
<kbd>F5</kbd> | refresh list
<kbd>F8</kbd> | show docker disk usage
Expand Down Expand Up @@ -87,6 +88,7 @@ Keybinding | Description

Keybinding | Description
---------------------|---------------------------------------
<kbd>i</kbd> | inspect service
<kbd>l</kbd> | service logs
<kbd>Ctrl+r</kbd> | remove service
<kbd>Ctrl+s</kbd> | scale service
Expand Down Expand Up @@ -118,10 +120,10 @@ The easiest way to install the latest binaries for Linux and Mac is to run this

If you dont like to **curl | sh**, binaries are provided.

* **darwin** [386](https://github.com/moncho/dry/releases/download/v0.8-beta.4/dry-darwin-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.8-beta.4/dry-darwin-amd64)
* **freebsd** [386](https://github.com/moncho/dry/releases/download/v0.8-beta.4/dry-freebsd-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.8-beta.4/dry-freebsd-amd64)
* **linux** [386](https://github.com/moncho/dry/releases/download/v0.8-beta.4/dry-linux-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.8-beta.4/dry-linux-amd64)
* **windows** [386](https://github.com/moncho/dry/releases/download/v0.8-beta.4/dry-windows-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.8-beta.4/dry-windows-amd64)
* **darwin** [386](https://github.com/moncho/dry/releases/download/v0.9-beta.1/dry-darwin-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.9-beta.1/dry-darwin-amd64)
* **freebsd** [386](https://github.com/moncho/dry/releases/download/v0.9-beta.1/dry-freebsd-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.9-beta.1/dry-freebsd-amd64)
* **linux** [386](https://github.com/moncho/dry/releases/download/v0.9-beta.1/dry-linux-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.9-beta.1/dry-linux-amd64)
* **windows** [386](https://github.com/moncho/dry/releases/download/v0.9-beta.1/dry-windows-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.9-beta.1/dry-windows-amd64)

#### Mac OS X / Homebrew

Expand Down

0 comments on commit 58838bc

Please sign in to comment.