diff --git a/APPVERSION b/APPVERSION index 0eb41820..027934ea 100644 --- a/APPVERSION +++ b/APPVERSION @@ -1 +1 @@ -0.11 \ No newline at end of file +0.11.1 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 2e4f041c..f08d67de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # build stage FROM alpine:latest AS build-phase -LABEL VERSION 0.11 +LABEL VERSION 0.11.1 RUN set -x && \ apk update && \ diff --git a/README.md b/README.md index 36649c21..35ad72ec 100644 --- a/README.md +++ b/README.md @@ -136,10 +136,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.11/dry-darwin-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.11/dry-darwin-amd64) -* **freebsd** [386](https://github.com/moncho/dry/releases/download/v0.11/dry-freebsd-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.11/dry-freebsd-amd64) -* **linux** [386](https://github.com/moncho/dry/releases/download/v0.11/dry-linux-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.11/dry-linux-amd64) -* **windows** [386](https://github.com/moncho/dry/releases/download/v0.11/dry-windows-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.11/dry-windows-amd64) +* **darwin** [386](https://github.com/moncho/dry/releases/download/v0.11.1/dry-darwin-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.11.1/dry-darwin-amd64) +* **freebsd** [386](https://github.com/moncho/dry/releases/download/v0.11.1/dry-freebsd-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.11.1/dry-freebsd-amd64) +* **linux** [386](https://github.com/moncho/dry/releases/download/v0.11.1/dry-linux-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.11.1/dry-linux-amd64) +* **windows** [386](https://github.com/moncho/dry/releases/download/v0.11.1/dry-windows-386) / [amd64](https://github.com/moncho/dry/releases/download/v0.11.1/dry-windows-amd64) #### Mac OS X / Homebrew