From 6c010dac2d672425e53f1b4a5209e07591913f83 Mon Sep 17 00:00:00 2001 From: Ivo Jimenez Date: Fri, 10 Jul 2020 01:15:45 -0700 Subject: [PATCH] install: bump installer up to 2.7.0 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f0f48805f..f48ade2a5 100644 --- a/install.sh +++ b/install.sh @@ -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 @@ -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"