Skip to content

Commit 175dde0

Browse files
committed
chore: bump version
1 parent e67a232 commit 175dde0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

APPVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11
1+
0.11.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# build stage
22
FROM alpine:latest AS build-phase
33

4-
LABEL VERSION 0.11
4+
LABEL VERSION 0.11.1
55

66
RUN set -x && \
77
apk update && \

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ sudo chmod 755 /usr/local/bin/dry
136136

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

139-
* **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)
140-
* **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)
141-
* **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)
142-
* **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)
139+
* **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)
140+
* **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)
141+
* **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)
142+
* **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)
143143

144144
#### Mac OS X / Homebrew
145145

0 commit comments

Comments
 (0)