Skip to content

Commit

Permalink
Bump version to v3.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DocMarty84 committed Jul 5, 2020
1 parent 090a2a4 commit 6469592
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v3.1.0-beta.2
v3.1.0-beta.1
v3.0.0
v3.0.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion extra/docker-single/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -x; \

# Install KooZic
RUN set -x; \
v=v3.1.0-beta.1 && \
v=v3.1.0-beta.2 && \
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
2 changes: 1 addition & 1 deletion extra/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN set -x; \

# Install KooZic
RUN set -x; \
v=v3.1.0-beta.1 && \
v=v3.1.0-beta.2 && \
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 6469592

Please sign in to comment.