From 119fd047402ccc0749c4580f6b8a8c62d6c6f0bb Mon Sep 17 00:00:00 2001 From: moncho <50428+moncho@users.noreply.github.com> Date: Fri, 16 Aug 2019 12:37:46 +0200 Subject: [PATCH] Bump version --- APPVERSION | 2 +- Dockerfile | 2 +- README.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/APPVERSION b/APPVERSION index 6d6addeb..af16f8ea 100644 --- a/APPVERSION +++ b/APPVERSION @@ -1 +1 @@ -0.9-beta.10 \ No newline at end of file +0.10-beta.1 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 0d572060..c0b06864 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # build stage FROM alpine:latest AS build-phase -LABEL VERSION 0.9-beta.10 +LABEL VERSION 0.10-beta.1 RUN set -x && \ apk update && \ diff --git a/README.md b/README.md index 80d71d95..8d664d54 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/0.9-beta.10/dry-darwin-386) / [amd64](https://github.com/moncho/dry/releases/download/0.9-beta.10/dry-darwin-amd64) -* **freebsd** [386](https://github.com/moncho/dry/releases/download/0.9-beta.10/dry-freebsd-386) / [amd64](https://github.com/moncho/dry/releases/download/0.9-beta.10/dry-freebsd-amd64) -* **linux** [386](https://github.com/moncho/dry/releases/download/0.9-beta.10/dry-linux-386) / [amd64](https://github.com/moncho/dry/releases/download/0.9-beta.10/dry-linux-amd64) -* **windows** [386](https://github.com/moncho/dry/releases/download/0.9-beta.10/dry-windows-386) / [amd64](https://github.com/moncho/dry/releases/download/0.9-beta.10/dry-windows-amd64) +* **darwin** [386](https://github.com/moncho/dry/releases/download/0.10-beta.1/dry-darwin-386) / [amd64](https://github.com/moncho/dry/releases/download/0.10-beta.1/dry-darwin-amd64) +* **freebsd** [386](https://github.com/moncho/dry/releases/download/0.10-beta.1/dry-freebsd-386) / [amd64](https://github.com/moncho/dry/releases/download/0.10-beta.1/dry-freebsd-amd64) +* **linux** [386](https://github.com/moncho/dry/releases/download/0.10-beta.1/dry-linux-386) / [amd64](https://github.com/moncho/dry/releases/download/0.10-beta.1/dry-linux-amd64) +* **windows** [386](https://github.com/moncho/dry/releases/download/0.10-beta.1/dry-windows-386) / [amd64](https://github.com/moncho/dry/releases/download/0.10-beta.1/dry-windows-amd64) #### Mac OS X / Homebrew