Skip to content

Commit

Permalink
install: bump installer up to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivotron committed Jul 10, 2020
1 parent ce7e3b7 commit 6c010da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

POPPER_VERSION="v2.6.0"
POPPER_VERSION="v2.7.0"

OS_NAME="$(uname)"
if [ "$OS_NAME" != "Linux" ] && [ "$OS_NAME" != "Darwin" ]; then
Expand All @@ -21,7 +21,7 @@ docker run --rm -ti \
--volume $PWD:$PWD \
--workdir $PWD \
--env-file /tmp/.envfile \
getpopper/popper:v2.6.0 $@
getpopper/popper:v2.7.0 $@
EOF

chmod +x "./popper"
Expand Down

0 comments on commit 6c010da

Please sign in to comment.