Skip to content

Commit

Permalink
Bump version to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DocMarty84 committed Aug 15, 2019
1 parent aa66b87 commit 0ab6a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v2.2.0
v2.2.0-beta.5
v2.2.0-beta.4
v2.2.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion extra/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN set -x; \

# Install KooZic
RUN set -x; \
v=v2.2.0-beta.5 && \
v=v2.2.0 && \
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 0ab6a1b

Please sign in to comment.