Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: moncho <50428+moncho@users.noreply.github.com>
  • Loading branch information
moncho committed Aug 26, 2018
1 parent 4567f88 commit dfb8223
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion APPVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9-beta.6
0.9-beta.7
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build stage
FROM alpine:latest AS build-phase

LABEL VERSION v0.9-beta.6
LABEL VERSION v0.9-beta.7

RUN set -x && \
apk update && \
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ sudo chmod 755 /usr/local/bin/dry

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

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

#### Mac OS X / Homebrew

Expand Down

0 comments on commit dfb8223

Please sign in to comment.