Skip to content

Commit

Permalink
Bump version to v1.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DocMarty84 committed May 13, 2018
1 parent 4422a01 commit 34e2046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
v1.0.0-beta.5
v1.0.0-beta.4
v1.0.0-beta.3
v1.0.0-beta.2
v1.0.0-beta.1
v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion extra/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN set -x; \

# Install KooZic
RUN set -x; \
v=v1.0.0-beta.4 && \
v=v1.0.0-beta.5 && \
wget -q https://github.com/DocMarty84/koozic/releases/download/${v}/koozic-${v}.tar.gz && \
tar xfz koozic-*.tar.gz && \
rm -rf koozic-*.tar.gz
Expand Down

0 comments on commit 34e2046

Please sign in to comment.